Skip to content

Commit

Permalink
Merge pull request #11141 from RvWensen/develop
Browse files Browse the repository at this point in the history
in-canvas-for-x width:auto instead of width:inherit
  • Loading branch information
ncoden authored Apr 13, 2018
2 parents 223ed4a + ca18489 commit 9331a28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/components/_off-canvas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,10 @@ $breakpoint: small
visibility: visible;
height: auto;
position: static;
background: inherit;
width: inherit;
overflow: inherit;
transition: inherit;
background: none;
width: auto;
overflow: visible;
transition: none;

// Increase CSS specificity
&.position-left,
Expand Down

0 comments on commit 9331a28

Please sign in to comment.