This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[css] min-height for page-body
version-14
Anand Doshi
10 years ago
parent
22a4106b71
commit
2d98c02ec6
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/public/css/page.css
+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 {
Write
Preview
Loading…
Cancel
Save