Fix dropdown bug on mobile menu

This commit is contained in:
samy
2025-07-17 11:19:36 -10:00
parent 687065a654
commit 5701c50c7b
@@ -15,7 +15,7 @@
<x-heroicon-m-bars-4 class="h-5 w-5"/>
</div>
<ul
class="menu menu-sm dropdown-content bg-primary rounded-box z-1 mt-3 w-52 p-2 shadow">
class="menu menu-sm dropdown-content bg-primary rounded-box z-1 mt-3 w-52 p-2 shadow w-fit">
{{ $menu }}
</ul>
</div>