forked from Kispi/Core
fix(webapp): overflow menu has no color
This commit is contained in:
parent
ebdfa33c37
commit
069da4fc5e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
:for="drawerId"
|
:for="drawerId"
|
||||||
class="drawer-overlay"
|
class="drawer-overlay"
|
||||||
/>
|
/>
|
||||||
<ul class="menu p-4 overflow-y-auto w-64">
|
<ul class="menu p-4 overflow-y-auto w-64 bg-base-100">
|
||||||
<li class="pointer-events-none">
|
<li class="pointer-events-none">
|
||||||
<a>
|
<a>
|
||||||
<AtomLogo class="w-28" />
|
<AtomLogo class="w-28" />
|
||||||
|
|
Loading…
Reference in a new issue