Skip to content

Commit

Permalink
Backport #30685
Browse files Browse the repository at this point in the history
`<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge
  • Loading branch information
MartijnCuppens committed Apr 29, 2020
1 parent dbb2e97 commit e729b1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_reboot.scss
Expand Up @@ -229,6 +229,9 @@ pre {
margin-bottom: 1rem;
// Don't allow content to break outside
overflow: auto;
// Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,
// making it impossible to interact with the content
-ms-overflow-style: scrollbar;
}


Expand Down

0 comments on commit e729b1b

Please sign in to comment.