mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Fix footer not being on footer
This commit is contained in:
parent
7f6e300033
commit
26e68a0ac0
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 {
|
.row.content {
|
||||||
height: 100%;
|
min-height: 70vh;
|
||||||
overflow: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set gray background color */
|
/* Set gray background color */
|
||||||
|
|
Loading…
Reference in a new issue