Skip to content

Commit

Permalink
Update: (liferay#481) Side Navigation styles .sidenav-content shoul…
Browse files Browse the repository at this point in the history
…dn't reset `padding-left` and `padding-right`, `.sidenav-menu-slider` should have `overflow: visible` when fully open
  • Loading branch information
pat270 committed Feb 8, 2018
1 parent 56fbec2 commit 41e5269
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/clay/src/scss/components/_side-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@
}

.sidenav-container.open {
&.sidenav-transition {
> .sidenav-menu-slider {
overflow: hidden;
}
}

> .sidenav-menu-slider {
overflow: visible;
visibility: visible;
}
}

.sidenav-content {
padding-left: 0;
padding-right: 0;
position: relative;

@include media-breakpoint-up(md) {
Expand Down

0 comments on commit 41e5269

Please sign in to comment.