We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ecdde commit 6233272Copy full SHA for 6233272
src/assets/scss/_ie-fix.scss
@@ -0,0 +1,6 @@
1
+//IE fix for sticky footer
2
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
3
+ .app {
4
+ height: 100%;
5
+ }
6
+}
src/assets/scss/style.scss
@@ -6,3 +6,6 @@
7
// If you want to add something do it here
8
@import "custom";
9
+
10
+// ie fixes
11
+@import "ie-fix";
0 commit comments