From: Jérémy Fabre Date: Mon, 24 Oct 2016 08:15:50 +0000 (+0200) Subject: Fix header height on mobile devices X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=afa96e58e6bade46edb2453f3baab6edcee18181;p=mezzo.git Fix header height on mobile devices --- diff --git a/app/static/src/sass/layout/_header.scss b/app/static/src/sass/layout/_header.scss index a0dda2d5..88482421 100755 --- a/app/static/src/sass/layout/_header.scss +++ b/app/static/src/sass/layout/_header.scss @@ -12,6 +12,7 @@ $module: ".header"; left: 0; z-index: 100; height: $header-height-tablet; + overflow: hidden; @include mq($until: xs) { height: $header-height-mobile; }