Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
#30685 @twbs - Disable auto-hiding scrollbar in legacy Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcop135 committed May 13, 2020
1 parent c49edcb commit 0f1fa2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/scss/_typography.scss
Expand Up @@ -37,7 +37,7 @@ body {
// Read more:
// https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/
font-family:

// Safari for OS X and iOS (San Francisco)
-apple-system,

Expand Down Expand Up @@ -231,7 +231,10 @@ pre {
hyphens: none;
// this is a not standard CSS property, so it's for IE only
// https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-overflow-style
-ms-overflow-style: scrollbar;
//
// Disable auto-hiding scrollbar in legacy Edge
// https://github.com/twbs/bootstrap/pull/30685
-ms-overflow-style: auto;
}

pre,
Expand Down

0 comments on commit 0f1fa2b

Please sign in to comment.