diff --git a/iframe.html b/iframe.html
index a9ea1c1e..e067a31a 100644
--- a/iframe.html
+++ b/iframe.html
@@ -15,10 +15,12 @@
}
/* Vertical centering fix for IE11 */
- .sb-show-main.sb-main-centered:after {
- content: '';
- min-height: inherit;
- font-size: 0;
+ @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
+ .sb-show-main.sb-main-centered:after {
+ content: '';
+ min-height: inherit;
+ font-size: 0;
+ }
}
.sb-show-main.sb-main-fullscreen {
diff --git a/index.html b/index.html
index 59781455..7b8b455e 100644
--- a/index.html
+++ b/index.html
@@ -32,4 +32,4 @@
- window['DOCS_MODE'] = false;