Browse Source

Fix footer not being on footer

generate_traduction_server_side
Alexandre Iooss 7 years ago
parent
commit
3523b75ef6
  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 {
height: 100%;
overflow: auto;
min-height: 70vh;
}
/* Set gray background color */

Loading…
Cancel
Save