Skip to content

Commit

Permalink
feat(wp10): Hide scrollbar automatically. #4728
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 7, 2015
1 parent f1118be commit fe7eea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_scaffolding.scss
Expand Up @@ -185,6 +185,10 @@ ion-infinite-scroll {
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;

// Make sure the scrollbar doesn't take up layout space on edge
-ms-overflow-style: -ms-autohiding-scrollbar;

top: 0;
right: 0;
bottom: 0;
Expand Down

0 comments on commit fe7eea0

Please sign in to comment.