mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
Reboot: Add direct link to Edge scrollbar bug
Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/ [ci skip]
This commit is contained in:
@@ -63,6 +63,7 @@ html {
|
|||||||
// thus making it hard to click on stuff near the right edge of the page.
|
// 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.
|
// 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
|
// See https://github.com/twbs/bootstrap/issues/18543
|
||||||
|
// and https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/
|
||||||
-ms-overflow-style: scrollbar;
|
-ms-overflow-style: scrollbar;
|
||||||
// Changes the default tap highlight to be completely transparent in iOS.
|
// Changes the default tap highlight to be completely transparent in iOS.
|
||||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||||
|
Reference in New Issue
Block a user