fix(scroll): show scrollbars during native scrolling

This commit is contained in:
perry
2015-02-12 16:49:07 -06:00
parent 42569ccaf1
commit ecfd0e079e

View File

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