mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
enhance(ux): fix the editor popup flicker when exiting
This commit is contained in:
@@ -102,7 +102,7 @@ pre {
|
||||
}
|
||||
|
||||
&[data-editor-popup-ref=commands] {
|
||||
@apply px-1 py-1 w-72 data-[state=closed]:animate-none;
|
||||
@apply px-1 py-1 w-72;
|
||||
|
||||
&[data-side=top] {
|
||||
max-height: min(calc(var(--radix-popover-content-available-height) - 60px), 460px);
|
||||
|
||||
Reference in New Issue
Block a user