Skip to content

Commit

Permalink
Reboot: Add direct link to Edge scrollbar bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert authored Dec 1, 2016
1 parent 2404fec commit 1fb6d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ html {
// thus making it hard to click on stuff near the right edge of the page.
// So we add this style to force IE11 & Edge to use a "normal", non-overlapping, non-auto-hiding scrollbar.
// See https://github.com/twbs/bootstrap/issues/18543
// and https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/
-ms-overflow-style: scrollbar;
// Changes the default tap highlight to be completely transparent in iOS.
-webkit-tap-highlight-color: rgba(0,0,0,0);
Expand Down

0 comments on commit 1fb6d8c

Please sign in to comment.