Set overflow to auto to gracefully hide tabs before small mode is engaged

This commit is contained in:
Tom MacWright 2012-02-27 15:43:40 -05:00 committed by Tom Hughes
parent 48ad9eff45
commit 86946536ec

View file

@ -253,6 +253,7 @@ h2 {
border-bottom: 1px solid #ccc;
padding: 0;
margin: 0;
overflow:hidden;
}
#tabnav li {