Skip to content

Commit

Permalink
Merge pull request #72 from storybookjs/fix-mobile-nav
Browse files Browse the repository at this point in the history
Add z-index to mobile nav to make sure it always sit on top.
  • Loading branch information
cdedreuille authored Nov 13, 2023
2 parents 1e5d479 + a7751f0 commit affc778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CollapsedNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export const CollapsedNavPanel = styled.div`
outline: 0;
${shadows.tooltip}
z-index: 20;
`;

interface MenuItem {
Expand Down

0 comments on commit affc778

Please sign in to comment.