Skip to content

Commit 6e149ee

Browse files
committed
fix(sideMenu): do not let it be scrolled as part of the body
1 parent 1bfc859 commit 6e149ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_scaffolding.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ body.grade-c {
8787
@include touch-callout(none);
8888
@include text-size-adjust(none);
8989
@include transform-origin(left, top);
90-
-webkit-backface-visibility: hidden;
9190
}
9291

9392
// Scroll bar styles
@@ -333,4 +332,5 @@ ion-infinite-scroll.active .scroll-infinite {
333332
width: 100%;
334333
height: 100%;
335334
background-color: $base-background-color;
335+
overflow: hidden;
336336
}

0 commit comments

Comments
 (0)