Skip to content

Commit

Permalink
#227: fixed list when too big
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Aug 14, 2013
1 parent a706c6f commit e906ea4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ body {
text-shadow: none;
}

.navbar-fixed-top .dropdown-menu {
max-height: 20em;
overflow-y: auto;
}

.container {
width: 99%;
}
Expand Down

0 comments on commit e906ea4

Please sign in to comment.