refactor: update main menu popover position

pagebuilder
abhisheks 2023-12-20 14:05:12 +05:30
parent 28ca0ffb12
commit 2e2c0259e9
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@
<path d="M4 18l16 0"></path>
</svg>
</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}
</nav>