mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
style: fix right click the dot doesn't popup in the right sidebar #995
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user