Remove fix height of theme changer
This commit is contained in:
parent
ad2439316e
commit
4390701a8c
@ -56,7 +56,7 @@ const ThemeChanger = ({ theme, setTheme, loading }) => {
|
||||
</div>
|
||||
<div
|
||||
tabIndex={0}
|
||||
className="mt-16 overflow-y-auto shadow-2xl top-px dropdown-content h-96 w-52 rounded-b-box bg-base-200 text-base-content"
|
||||
className="mt-16 overflow-y-auto shadow-2xl top-px dropdown-content max-h-96 w-52 rounded-b-box bg-base-200 text-base-content"
|
||||
>
|
||||
<ul className="p-4 menu compact">
|
||||
{[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user