We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a848281 commit 22c3bb1Copy full SHA for 22c3bb1
app/components/LogoContextMenu.vue
@@ -73,7 +73,7 @@ onKeyStroke('Escape', () => {
73
ref="menuRef"
74
role="menu"
75
tabindex="-1"
76
- class="fixed z-[999] bg-bg-elevated border border-border rounded-lg shadow-lg py-1 origin-top-left focus:outline-none motion-reduce:transition-none"
+ class="fixed z-[999] flex flex-col bg-bg-elevated border border-border rounded-lg shadow-lg py-1 origin-top-left focus:outline-none motion-reduce:transition-none"
77
:style="{ left: `${x}px`, top: `${y}px` }"
78
@keydown.escape="close"
79
>
0 commit comments