Skip to content

Commit

Permalink
Adding scrollbars to control menu dropdowns. Addresses #619
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Jun 9, 2016
1 parent 47aa7c8 commit 5e0eea5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web-server/plugins/slycat-timeseries-model/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,7 @@ a
{
background-color: #337AB7;
}
#controls ul.dropdown-menu {
max-height: 300px;
overflow-y: auto;
}

0 comments on commit 5e0eea5

Please sign in to comment.