fix: ie pages align-items-center issue temp fix
This commit is contained in:
parent
ff1194aeec
commit
3869f17741
3
src/scss/_ie-fix.scss
Normal file
3
src/scss/_ie-fix.scss
Normal file
@ -0,0 +1,3 @@
|
||||
html body .align-items-center {
|
||||
height: 100vh;
|
||||
}
|
@ -9938,3 +9938,6 @@ body {
|
||||
|
||||
.app-header .navbar-nav .dropdown-menu-right {
|
||||
right: auto; }
|
||||
|
||||
html body .align-items-center {
|
||||
height: 100vh; }
|
||||
|
@ -8,3 +8,6 @@
|
||||
|
||||
// If you want to add something do it here
|
||||
@import "custom";
|
||||
|
||||
// ie fixes
|
||||
@import "ie-fix";
|
||||
|
Loading…
Reference in New Issue
Block a user