Skip to content

Commit 3869f17

Browse files
committed
fix: ie pages align-items-center issue temp fix
1 parent ff1194a commit 3869f17

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/scss/_ie-fix.scss

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html body .align-items-center {
2+
height: 100vh;
3+
}

src/scss/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -9938,3 +9938,6 @@ body {
99389938

99399939
.app-header .navbar-nav .dropdown-menu-right {
99409940
right: auto; }
9941+
9942+
html body .align-items-center {
9943+
height: 100vh; }

src/scss/style.scss

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88

99
// If you want to add something do it here
1010
@import "custom";
11+
12+
// ie fixes
13+
@import "ie-fix";

0 commit comments

Comments
 (0)