Skip to content

Commit

Permalink
chore(playground): max height for dropdow
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 5, 2024
1 parent d4c0b5a commit 10951b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playground/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ const providers = computed(() =>
<AuthLogin />
<WebAuthnModal />
<PasswordModal />
<UDropdown :items="[providers]">
<UDropdown
:items="[providers]"
:ui="{ base: 'max-h-48' }"
>
<UButton
icon="i-heroicons-chevron-down"
trailing
Expand Down

0 comments on commit 10951b0

Please sign in to comment.