Skip to content

Commit

Permalink
fix(scroll): prevent native webkit scrollbars from showing
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Jul 24, 2014
1 parent 4f6d02c commit 951a9d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 951a9d3

Please sign in to comment.