Skip to content

Commit

Permalink
feat: add z-index to navigation menu content
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeliatf committed Jul 23, 2024
1 parent 9824689 commit 2914ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/NavigationMenu/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const NavigationMenu = React.forwardRef<
const StyledContent = styled(NavigationMenuPrimitive.Content, panelStyles, {
position: 'absolute',
left: 0,
zIndex: 1,
p: '$2',
color: '$hiContrast',
'&:focus': {
Expand Down

0 comments on commit 2914ed7

Please sign in to comment.