admin/src/scss/_ie-fix.scss
2018-11-21 17:12:08 +01:00

12 lines
248 B
SCSS

html body .app.flex-row.align-items-center {
height: 100vh;
}
// ie11 floating footer temp fix, react only
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#root {
display: flex;
flex-direction: column;
}
}