Skip to content

Commit

Permalink
NavigationRail children overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejoYarce committed Nov 25, 2024
1 parent 90b76f7 commit a56b692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NavigationRail/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,6 @@ export const NavigationRailChildrenContainer = styled.div`
left: 64px;
box-shadow: 2px 0px 2px 0px #0000000d;
background-color: ${getThemedColor('neutral', 100)};
overflow: scroll;
overflow-y: auto;
overflow-x: hidden;
`

0 comments on commit a56b692

Please sign in to comment.