mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Backport #30685
`<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge
This commit is contained in:
committed by
XhmikosR
parent
971738b4b5
commit
ec637483f2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user