diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 3b55c5756dabc05b8c61c8a5e14669d56d154f13..1922773b628fa99b50514f629432fe366a1fed25 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -239,6 +239,9 @@ pre {
   margin-bottom: 1rem;
   // Don't allow content to break outside
   overflow: auto;
+  // We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so
+  // we force a non-overlapping, non-auto-hiding scrollbar to counteract.
+  -ms-overflow-style: scrollbar;
 }