From afa96e58e6bade46edb2453f3baab6edcee18181 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 24 Oct 2016 10:15:50 +0200 Subject: [PATCH] Fix header height on mobile devices --- app/static/src/sass/layout/_header.scss | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5