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

@@ -9,4 +9,11 @@
.content a.initial-color:hover {
color: initial;
text-decoration: none;
}
#custom-context-menu {
@apply rounded-md shadow-lg transition ease-out duration-100 transform
opacity-100 scale-100 absolute;
z-index: calc(var(--ls-z-index-level-1) + 1);
}