aboutsummaryrefslogtreecommitdiff
path: root/scss/bootstrap-grid.scss
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2018-12-12 19:24:47 +0000
committerXhmikosR <[email protected]>2018-12-12 21:24:47 +0200
commitf3fc973dd93d1bb69183404d9985157284a3be7f (patch)
treec7e7c767366df2528e738aa4ba29e7950b0e8e5f /scss/bootstrap-grid.scss
parent180a06eeb7484048c6bfb381b04bd96a858d42e5 (diff)
downloadbootstrap-f3fc973dd93d1bb69183404d9985157284a3be7f.tar.xz
bootstrap-f3fc973dd93d1bb69183404d9985157284a3be7f.zip
Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789)
Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780
Diffstat (limited to 'scss/bootstrap-grid.scss')
-rw-r--r--scss/bootstrap-grid.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss
index 16f5f0dfb..d43543241 100644
--- a/scss/bootstrap-grid.scss
+++ b/scss/bootstrap-grid.scss
@@ -5,10 +5,6 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
-@at-root {
- @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
-}
-
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;