Skip to content

Commit

Permalink
fix horizontal scolling in mobile toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed Feb 5, 2014
1 parent 07a72cb commit 075b6ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions root/static/less/style.less
Expand Up @@ -125,6 +125,10 @@
width: 100%;
}

.nav-list .nav-header {
margin-right: auto;
}

.dropdown-menu {
overflow-y: auto;
overflow-x: hidden;
Expand Down

0 comments on commit 075b6ad

Please sign in to comment.