Skip to content

Commit

Permalink
Add style for non-overlapping scrollbar in IE (#24081)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekgoel authored and XhmikosR committed Sep 26, 2017
1 parent 0ee85c9 commit 0e054fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ pre {
margin-bottom: 1rem;
// Don't allow content to break outside
overflow: auto;
// We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so
// we force a non-overlapping, non-auto-hiding scrollbar to counteract.
-ms-overflow-style: scrollbar;
}


Expand Down

0 comments on commit 0e054fb

Please sign in to comment.