diff options
Diffstat (limited to 'app/assets/stylesheets/generic/sidebar.scss')
-rw-r--r-- | app/assets/stylesheets/generic/sidebar.scss | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/app/assets/stylesheets/generic/sidebar.scss b/app/assets/stylesheets/generic/sidebar.scss index d30fc6e189d..c5ea3aca7ca 100644 --- a/app/assets/stylesheets/generic/sidebar.scss +++ b/app/assets/stylesheets/generic/sidebar.scss @@ -1,7 +1,4 @@ .page-with-sidebar { - min-height: 100%; - height: 100%; - .sidebar-wrapper { position: fixed; top: 0; @@ -21,19 +18,15 @@ } .content-wrapper { - min-height: 900px; - display: table; + min-height: 100vh; width: 100%; padding: 20px; background: #EAEBEC; - height: 100%; - width: 100%; .container-fluid { background: #FFF; padding: $gl-padding; - height: 100%; - min-height: 100%; + min-height: 90vh; &.container-blank { background: none; |