[css] min-height for page-body

This commit is contained in:
Anand Doshi 2015-05-07 12:24:35 -07:00
parent 22a4106b71
commit 2d98c02ec6
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
}
.page-body {
overflow-x: hidden;
min-height: calc(60vh);
}
.page-title h6 {
margin-top: -8px;

View file

@ -26,6 +26,7 @@
.page-body {
overflow-x: hidden;
min-height: calc(100vh - 40px);
}
.page-title {