mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:59:31 +08:00
fix: change theme overflow
This commit is contained in:
parent
d9c6d1ae97
commit
c517418e54
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
</div>
|
</div>
|
||||||
<ul
|
<ul
|
||||||
tabindex="0"
|
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}>
|
class:hidden={!pin}>
|
||||||
{#each theme as { name, text }}
|
{#each theme as { name, text }}
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in a new issue