Browse Source

Fix footer not being on footer

reminder-serializer
Alexandre Iooss 7 years ago
parent
commit
26e68a0ac0
  1. 5
      static/css/base.css

5
static/css/base.css

@ -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…
Cancel
Save