Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2018-12-12 22:24:47 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-12 22:24:47 +0300
commitf3fc973dd93d1bb69183404d9985157284a3be7f (patch)
treec7e7c767366df2528e738aa4ba29e7950b0e8e5f /site
parent180a06eeb7484048c6bfb381b04bd96a858d42e5 (diff)
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 'site')
-rw-r--r--site/_data/browser-bugs.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/site/_data/browser-bugs.yml b/site/_data/browser-bugs.yml
index 509bf960ca..7138c75b42 100644
--- a/site/_data/browser-bugs.yml
+++ b/site/_data/browser-bugs.yml
@@ -52,16 +52,6 @@
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
- summary: >
Background color from lower layer bleeds through transparent border in some cases
upstream_bug: >
Edge#6274505