mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-20 23:01:53 +02:00
fix: mobile menu bg color
This commit is contained in:
parent
f061cc7ae3
commit
67dab4a1a7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
{{ partial "icon.html" "bars" }}
|
||||
</div>
|
||||
<div id="menu-wrapper" style="padding-top:5px;"
|
||||
class="fixed inset-0 z-30 invisible w-screen h-screen m-0 overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
|
||||
class="fixed left-0 top-0 invisible w-screen h-screen m-0 overflow-auto transition-opacity opacity-0 cursor-default bg-neutral-100/50 backdrop-blur-sm dark:bg-neutral-900/50">
|
||||
<ul
|
||||
class="flex space-y-2 mt-3 flex-col items-end w-full px-6 py-6 mx-auto overflow-visible list-none ltr:text-right rtl:text-left max-w-7xl">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue