1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

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
This commit is contained in:
Patrick H. Lauke
2018-12-12 19:24:47 +00:00
committed by XhmikosR
parent 180a06eeb7
commit f3fc973dd9
3 changed files with 2 additions and 29 deletions

View File

@@ -48,16 +48,6 @@
origin: >
Bootstrap#18504
-
browser: >
Edge
summary: >
`@-ms-viewport{width: device-width;}` has side-effect of making scrollbars auto-hide
upstream_bug: >
Edge#7165383
origin: >
Bootstrap#18543
-
browser: >
Edge