Skip to content

Commit 822ba5d

Browse files
author
Richard P. Field III
committed
feat: Allow dialog content to overflow
This commit removes the explicit overflow styling of the dialog component so that content can overflow it such as combobox options.
1 parent f830bd3 commit 822ba5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dialog/Dialog.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="fixed inset-0 z-10">
1717
<div class="flex min-h-full items-center justify-center">
1818
<div
19-
class="relative w-full max-w-lg transform overflow-hidden rounded-lg bg-spek-facade-50 shadow-xl transition-all dark:bg-spek-facade-700"
19+
class="relative w-full max-w-lg transform rounded-lg bg-spek-facade-50 shadow-xl transition-all dark:bg-spek-facade-700"
2020
>
2121
<div class="flex flex-col bg-spek-facade-50 dark:bg-spek-facade-700">
2222
<div class="flex flex-row border-b p-3">

0 commit comments

Comments
 (0)