fix(scss): floating footer ie11 issue
This commit is contained in:
parent
7489ecb164
commit
eb18566331
@ -1,3 +1,11 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user