forked from brooksbingham/theme-elegance
refactor: update main menu popover position
parent
28ca0ffb12
commit
2e2c0259e9
|
@ -27,6 +27,6 @@
|
||||||
<path d="M4 18l16 0"></path>
|
<path d="M4 18l16 0"></path>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<nav class="mobile-main-menu absolute z-10 right-4 top-full w-full max-w-[160px] border border-gray-100 justify-center rounded-lg bg-white p-4 md:p-2 drop-shadow-lg lg:static lg:border-none lg:flex lg:w-full lg:max-w-full lg:bg-transparent lg:py-0 lg:shadow-none hidden" id="_desktop_top_menu">
|
<nav class="mobile-main-menu absolute z-10 right-4 top-[70%] w-full max-w-[160px] border border-gray-100 justify-center rounded-lg bg-white p-4 md:p-2 drop-shadow-lg lg:static lg:border-none lg:flex lg:w-full lg:max-w-full lg:bg-transparent lg:py-0 lg:shadow-none hidden" id="_desktop_top_menu">
|
||||||
{menu nodes=$menu.children}
|
{menu nodes=$menu.children}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue