fix(scroll): prevent native webkit scrollbars from showing

This commit is contained in:
Perry Govier
2014-07-24 16:52:58 -05:00
parent 4f6d02cfcb
commit 951a9d3523

View File

@@ -94,6 +94,11 @@ body.grade-c {
@include transform-origin(left, top);
}
// hide webkit scrollbars
::-webkit-scrollbar {
display:none;
}
// Scroll bar styles
.scroll-bar {
position: absolute;