style: fix right click the dot doesn't popup in the right sidebar #995

This commit is contained in:
charlie
2020-12-25 14:21:33 +08:00
parent a700f3aef9
commit fa4cf5cb7c
4 changed files with 17 additions and 3 deletions

View File

@@ -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) {