From: Chris Rebert Date: Thu, 1 Dec 2016 05:43:42 +0000 (-0800) Subject: Reboot: Add direct link to Edge scrollbar bug X-Git-Tag: v4.0.0-alpha.6~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb6d8c46a560e2e35295440721ba2929f9721b6;p=thirdparty%2Fbootstrap.git Reboot: Add direct link to Edge scrollbar bug Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ [ci skip] --- 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);