metz-metropole-2019: make sure a vertial scrollbar is always present

there is some header glitch otherwise
This commit is contained in:
Frédéric Péters 2019-07-10 10:32:42 +02:00
parent 506d931339
commit aef052a21f
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
$mobile-hamburger-menu-width: 70px;
$mobile-hamburger-menu-height: 50px;
body {
min-height: 101vh;
}
body.has-header-background header {
background: none;
}