Fixed navbar button border and list overlap

This commit is contained in:
2025-11-12 01:14:54 -08:00
parent 109996989e
commit b91d37db45

View File

@@ -25,7 +25,7 @@ import {Image} from "astro:assets";
d="M1 1h15M1 7h15M1 13h15"/>
</svg>
</button>
<div class="z-40 hidden w-full lg:block lg:w-auto" id="navbar-multi-level">
<div class="z-40 hidden mt-1 w-full lg:block lg:w-auto" id="navbar-multi-level">
<NestedNavbarEntry items={siteLayout}/>
</div>
</div>