Browse Source

[css] min-height for page-body

version-14
Anand Doshi 10 years ago
parent
commit
2d98c02ec6
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      frappe/public/css/page.css
  2. +1
    -0
      frappe/public/less/page.less

+ 1
- 0
frappe/public/css/page.css View File

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


+ 1
- 0
frappe/public/less/page.less View File

@@ -26,6 +26,7 @@

.page-body {
overflow-x: hidden;
min-height: calc(100vh - 40px);
}

.page-title {


Loading…
Cancel
Save