Skip to content

Commit

Permalink
fix(scroll): show scrollbars during native scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Feb 12, 2015
1 parent 42569cc commit ecfd0e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scss/_scaffolding.scss
Expand Up @@ -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;
Expand Down

0 comments on commit ecfd0e0

Please sign in to comment.