- fix(Footer): IE sticky footer issue
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
//IE fix for sticky footer
|
||||||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
|
.app {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,3 +6,6 @@
|
|||||||
|
|
||||||
// If you want to add something do it here
|
// If you want to add something do it here
|
||||||
@import "custom";
|
@import "custom";
|
||||||
|
|
||||||
|
// ie fixes
|
||||||
|
@import "ie-fix";
|
||||||
|
|||||||
Reference in New Issue
Block a user