Skip to content

Commit

Permalink
fix(sideMenu): do not let it be scrolled as part of the body
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed May 14, 2014
1 parent 1bfc859 commit 6e149ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ body.grade-c {
@include touch-callout(none);
@include text-size-adjust(none);
@include transform-origin(left, top);
-webkit-backface-visibility: hidden;
}

// Scroll bar styles
Expand Down Expand Up @@ -333,4 +332,5 @@ ion-infinite-scroll.active .scroll-infinite {
width: 100%;
height: 100%;
background-color: $base-background-color;
overflow: hidden;
}

0 comments on commit 6e149ee

Please sign in to comment.