Remove minimum containe height

This commit is contained in:
Douwe Maan
2015-12-02 15:49:21 +01:00
parent 09e712c0fb
commit 845f26d07b
3 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -2,10 +2,10 @@ html {
overflow-y: scroll;
&.touch .tooltip { display: none !important; }
}
body {
padding-top: $header-height;
}
body {
background-color: #EAEBEC !important;
}
.container {
@@ -18,6 +18,7 @@ html {
}
.navless-container {
padding-top: $header-height;
margin-top: 30px;
}
@@ -1,4 +1,6 @@
.page-with-sidebar {
padding-top: $header-height;
.sidebar-wrapper {
position: fixed;
top: 0;
@@ -18,15 +20,12 @@
}
.content-wrapper {
min-height: 100vh;
width: 100%;
padding: 20px;
background: #EAEBEC;
.container-fluid {
background: #FFF;
padding: $gl-padding;
min-height: 90vh;
&.container-blank {
background: none;
+2
View File
@@ -1,5 +1,7 @@
/* Login Page */
.login-page {
background-color: white;
.container {
max-width: 960px;
}