Skip to content

Commit

Permalink
Added scrollbar to long dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinke Hoekstra committed Jun 13, 2014
1 parent dd4f192 commit 845ec63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/static/css/provoviz.css
Expand Up @@ -43,6 +43,12 @@ textarea {

}

.dropdown-menu {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}

@media (min-width: 1300px) {
.container{
max-width: 1170px;
Expand Down

0 comments on commit 845ec63

Please sign in to comment.