mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
style: fix right click the dot doesn't popup in the right sidebar #995
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
:root {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--ls-scrollbar-foreground-color) var(--ls-scrollbar-background-color);
|
||||
|
||||
--ls-z-index-level-0: 0;
|
||||
--ls-z-index-level-1: 9;
|
||||
--ls-z-index-level-2: 99;
|
||||
--ls-z-index-level-3: 999;
|
||||
--ls-z-index-level-4: 9999;
|
||||
--ls-z-index-level-5: 99999;
|
||||
}
|
||||
|
||||
html:not(.is-mac) {
|
||||
|
||||
Reference in New Issue
Block a user