Skip to content

Commit

Permalink
fix(sidemen): scroll false causes sidemenu content to disappear. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Jul 11, 2014
1 parent 537b29d commit 6b21804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ body.grade-c {
height: auto;
}

.scroll-content-false {
.scroll-content-false,
.menu .scroll-content.scroll-content-false{
z-index: $z-index-scroll-content-false;
}

Expand Down
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ $z-index-modal: 10 !default;
$z-index-pane: 1 !default;
$z-index-popup: 12 !default;
$z-index-scroll-bar: 9999 !default;
$z-index-scroll-content-false: 10 !default;
$z-index-scroll-content-false: 11 !default;
$z-index-slider-pager: 1 !default;
$z-index-tabs: 5 !default;
$z-index-view: 1 !default;
Expand Down

0 comments on commit 6b21804

Please sign in to comment.