Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prevent secondary nav overflow on mobiles
Related to #645
  • Loading branch information
zoffixznet committed Jun 29, 2016
1 parent c4dbd5d commit b6eed52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/sass/style.scss
Expand Up @@ -241,6 +241,10 @@ td {
width: 100%;
height: 2.6em;
line-height: 1.8em;

+ .menu-items {
height: auto;
}
}

.menu-item {
Expand Down
2 changes: 2 additions & 0 deletions html/css/style.css
Expand Up @@ -204,6 +204,8 @@ td {
width: 100%;
height: 2.6em;
line-height: 1.8em; }
.menu-items + .menu-items {
height: auto; }

.menu-item {
display: inline-block;
Expand Down

0 comments on commit b6eed52

Please sign in to comment.