]> git.openstreetmap.org Git - rails.git/commitdiff
Set overflow to auto to gracefully hide tabs before small mode is engaged
authorTom MacWright <tom@macwright.org>
Mon, 27 Feb 2012 20:43:40 +0000 (15:43 -0500)
committerTom Hughes <tom@compton.nu>
Sun, 4 Mar 2012 10:37:39 +0000 (10:37 +0000)
app/assets/stylesheets/common.css.scss

index f807db251f49ce92a9c8b22f4afd6028819dc412..d62be0ec73547c22bb908d15a52ac19b2752d4f3 100644 (file)
@@ -253,6 +253,7 @@ h2 {
   border-bottom: 1px solid #ccc;
   padding: 0;
   margin: 0;
+  overflow:hidden;
 }
 
 #tabnav li {