summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-08-07 20:15:45 -0600
committerRegis <boudinot.regis@yahoo.com>2017-08-07 20:15:45 -0600
commit6b2c08d6dfbdb77d1d392f68c9db0af5d0a7f7c8 (patch)
tree47a673ded8cde7c4de310d474fb976d0d7fbad80
parent868dcfd16ad0acc781c9d808a394121652a88bbb (diff)
downloadgitlab-ce-6b2c08d6dfbdb77d1d392f68c9db0af5d0a7f7c8.tar.gz
use 100vh instead of flip flopping between the two - works on all suported browsers
-rw-r--r--app/assets/stylesheets/framework/layout.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index e18af246c55..bab56174c4c 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -130,9 +130,7 @@ of the body element here, we negate cascading side effects but allow momentum sc
}
.vertical-center {
- min-height: 100%;
min-height: 100vh;
-
display: flex;
align-items: center;
-} \ No newline at end of file
+}