Skip to content

Commit c051266

Browse files
committed
feat: remove transitions from modal-box
1 parent 308732a commit c051266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NpmPackageSearch.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
<!-- Remove transition to let search input autofocus; see https://github.com/saadeghi/daisyui/issues/3440 -->
119119
<dialog bind:this={dialog} class="modal [transition:unset]">
120-
<div class="modal-box">
120+
<div class="modal-box [transition:unset]">
121121
<form method="dialog">
122122
<button class="btn btn-sm btn-circle btn-ghost absolute top-2 right-2">
123123
<MaterialSymbolsCloseRounded class="size-6" />

0 commit comments

Comments
 (0)