We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308732a commit c051266Copy full SHA for c051266
src/components/NpmPackageSearch.svelte
@@ -117,7 +117,7 @@
117
118
<!-- Remove transition to let search input autofocus; see https://github.com/saadeghi/daisyui/issues/3440 -->
119
<dialog bind:this={dialog} class="modal [transition:unset]">
120
- <div class="modal-box">
+ <div class="modal-box [transition:unset]">
121
<form method="dialog">
122
<button class="btn btn-sm btn-circle btn-ghost absolute top-2 right-2">
123
<MaterialSymbolsCloseRounded class="size-6" />
0 commit comments