mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
Fix footer not being on footer
This commit is contained in:
parent
578d800383
commit
3523b75ef6
1 changed files with 2 additions and 3 deletions
|
@ -64,10 +64,9 @@ a > i.fa {
|
|||
}
|
||||
}
|
||||
|
||||
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
|
||||
/* Set height of the grid so footer stay on footer */
|
||||
.row.content {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
min-height: 70vh;
|
||||
}
|
||||
|
||||
/* Set gray background color */
|
||||
|
|
Loading…
Reference in a new issue