Skip to content

Commit

Permalink
fix: add z-index to nav submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
onursagir committed Aug 20, 2024
1 parent 61fe3be commit 0b4fcff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-donuts-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web": patch
---

Added z-index to navigation submenu (desktop)
1 change: 1 addition & 0 deletions apps/web/src/app/menu-desktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const MenuDesktop: React.FC<Props> = ({ navbar }) => {
</NavigationMenu.List>

<div
className="z-50"
style={
{
'--active-item-left': activeItem.left + 'px',
Expand Down

0 comments on commit 0b4fcff

Please sign in to comment.