[css] min-height for page-body
This commit is contained in:
parent
22a4106b71
commit
2d98c02ec6
2 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
}
|
||||
.page-body {
|
||||
overflow-x: hidden;
|
||||
min-height: calc(60vh);
|
||||
}
|
||||
.page-title h6 {
|
||||
margin-top: -8px;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
.page-body {
|
||||
overflow-x: hidden;
|
||||
min-height: calc(100vh - 40px);
|
||||
}
|
||||
|
||||
.page-title {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue