Skip to content

Commit 951a9d3

Browse files
committed
fix(scroll): prevent native webkit scrollbars from showing
1 parent 4f6d02c commit 951a9d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/_scaffolding.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ body.grade-c {
9494
@include transform-origin(left, top);
9595
}
9696

97+
// hide webkit scrollbars
98+
::-webkit-scrollbar {
99+
display:none;
100+
}
101+
97102
// Scroll bar styles
98103
.scroll-bar {
99104
position: absolute;

0 commit comments

Comments
 (0)