From 1fb6d8c46a560e2e35295440721ba2929f9721b6 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 30 Nov 2016 21:43:42 -0800 Subject: [PATCH] Reboot: Add direct link to Edge scrollbar bug Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ [ci skip] --- scss/_reboot.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 82591d22b6..2fc6409d08 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -63,6 +63,7 @@ html { // thus making it hard to click on stuff near the right edge of the page. // So we add this style to force IE11 & Edge to use a "normal", non-overlapping, non-auto-hiding scrollbar. // See https://github.com/twbs/bootstrap/issues/18543 + // and https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ -ms-overflow-style: scrollbar; // Changes the default tap highlight to be completely transparent in iOS. -webkit-tap-highlight-color: rgba(0,0,0,0);