Skip to content

Commit

Permalink
Merge pull request #22 from RitchTablet/fix-menu-zindex-issue-#18
Browse files Browse the repository at this point in the history
fix: resolve menu display issue behind components(#18)
  • Loading branch information
lannodev authored Oct 27, 2024
2 parents dedce7e + 1437a4f commit 45d7686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</button>
<!-- Dropdown -->
<div
class="dropdown-content absolute top-[100%] min-w-[200px] origin-top-left"
class="dropdown-content absolute top-[100%] min-w-[200px] origin-top-left z-10"
navbar-submenu
[submenu]="menu.items"></div>
</div>

0 comments on commit 45d7686

Please sign in to comment.