Skip to content

Commit 22c3bb1

Browse files
committed
fix: add flex-col to context menu so items stack vertically
1 parent a848281 commit 22c3bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/LogoContextMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ onKeyStroke('Escape', () => {
7373
ref="menuRef"
7474
role="menu"
7575
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"
76+
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"
7777
:style="{ left: `${x}px`, top: `${y}px` }"
7878
@keydown.escape="close"
7979
>

0 commit comments

Comments
 (0)