diff --git a/scss/_reboot.scss b/scss/_reboot.scss index e9b5a7edddd9..5a9cef886270 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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; }