cursor pointer & more padding on dropdown

This commit is contained in:
Face 2025-05-22 14:06:21 +03:00
parent 6b2d0f5cbc
commit 4858f09c47
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@
{/snippet}
</DropdownMenu.Trigger>
<DropdownMenu.Content
class="w-(--bits-dropdown-menu-anchor-width) min-w-56 rounded-lg"
class="w-(--bits-dropdown-menu-anchor-width) min-w-56 rounded-lg p-2"
side={isMobile ? 'bottom' : 'right'}
align="end"
sideOffset={4}