Browse Source

Fix top bar width on Android when page overflows horizontally

Thibaut Courouble 9 years ago
parent
commit
a37672939f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      assets/stylesheets/components/_mobile.scss

+ 4 - 1
assets/stylesheets/components/_mobile.scss

@@ -28,7 +28,10 @@
 
   // Header
 
-  ._header { position: fixed; }
+  ._header {
+    position: fixed;
+    max-width: 100vw;
+  }
 
   ._logo, ._nav { display: none; }
   ._home-link, ._menu-link { display: block; }