We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1194a commit 3869f17Copy full SHA for 3869f17
src/scss/_ie-fix.scss
@@ -0,0 +1,3 @@
1
+html body .align-items-center {
2
+ height: 100vh;
3
+}
src/scss/style.css
@@ -9938,3 +9938,6 @@ body {
9938
9939
.app-header .navbar-nav .dropdown-menu-right {
9940
right: auto; }
9941
+
9942
9943
+ height: 100vh; }
src/scss/style.scss
@@ -8,3 +8,6 @@
8
9
// If you want to add something do it here
10
@import "custom";
11
12
+// ie fixes
13
+@import "ie-fix";
0 commit comments