Backport #30685
`<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge
This commit is contained in:
parent
971738b4b5
commit
ec637483f2
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue