mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 19:09:29 +08:00
fix: change theme overflow
This commit is contained in:
parent
0a2e7d6c4d
commit
a6014f2701
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
</div>
|
||||
<ul
|
||||
tabindex="0"
|
||||
class="flex shadow-2xl menu dropdown-content bg-base-100 text-base-content rounded-box w-52 p-2 gap-2 overflow-y-auto max-h-[21.5rem]"
|
||||
class=" grid grid-cols-1 gap-3 p-3shadow-2xl menu dropdown-content bg-base-100 text-base-content rounded-box w-52 p-2 gap-2 overflow-y-auto max-h-[21.5rem]"
|
||||
class:hidden={!pin}>
|
||||
{#each theme as { name, text }}
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue