We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7489ecb commit eb18566Copy full SHA for eb18566
src/scss/_ie-fix.scss
@@ -1,3 +1,11 @@
1
html body .app.flex-row.align-items-center {
2
height: 100vh;
3
}
4
+
5
+// ie11 floating footer temp fix, react only
6
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
7
+ #root {
8
+ display: flex;
9
+ flex-direction: column;
10
+ }
11
+}
0 commit comments