]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reboot: Add direct link to Edge scrollbar bug
authorChris Rebert <github@chrisrebert.com>
Thu, 1 Dec 2016 05:43:42 +0000 (21:43 -0800)
committerGitHub <noreply@github.com>
Thu, 1 Dec 2016 05:43:42 +0000 (21:43 -0800)
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/
[ci skip]

scss/_reboot.scss

index 82591d22b6f5cf047f8c05347398892ca62f7452..2fc6409d08c1dd7b08ef0a766d68b57c7ca01eab 100644 (file)
@@ -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);