8
0
Fork 0
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:
Alexandre Iooss 2018-09-28 12:37:23 +02:00
parent 7f6e300033
commit 26e68a0ac0

View file

@ -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 */