fix: ie pages align-items-center issue temp fix

This commit is contained in:
xidedix 2018-05-02 17:30:15 +02:00
parent ff1194aeec
commit 3869f17741
3 changed files with 9 additions and 0 deletions

3
src/scss/_ie-fix.scss Normal file
View File

@ -0,0 +1,3 @@
html body .align-items-center {
height: 100vh;
}

View File

@ -9938,3 +9938,6 @@ body {
.app-header .navbar-nav .dropdown-menu-right {
right: auto; }
html body .align-items-center {
height: 100vh; }

View File

@ -8,3 +8,6 @@
// If you want to add something do it here
@import "custom";
// ie fixes
@import "ie-fix";