Remove fix height of theme changer

This commit is contained in:
Ariful Alam
2022-03-23 01:55:24 +06:00
parent ad2439316e
commit 4390701a8c

View File

@@ -56,7 +56,7 @@ const ThemeChanger = ({ theme, setTheme, loading }) => {
</div> </div>
<div <div
tabIndex={0} 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"> <ul className="p-4 menu compact">
{[ {[