]> git.parisson.com Git - mezzo.git/commitdiff
Fix header height on mobile devices
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 24 Oct 2016 08:15:50 +0000 (10:15 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 24 Oct 2016 08:15:50 +0000 (10:15 +0200)
app/static/src/sass/layout/_header.scss

index a0dda2d594ebbd7d3299a948f56213bc3efb483e..8848242153e78940131fed82f05464f4a91ccd97 100755 (executable)
@@ -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;
         }