Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7731 from adobe/randy/dropdownscroll
Browse files Browse the repository at this point in the history
Make html menus scroll to avoid truncation
  • Loading branch information
JeffryBooher committed May 2, 2014
2 parents 1b27eee + ae23070 commit fdfa54a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/brackets_patterns_override.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ a:focus {
> li {
float: left;
}
.dropdown-menu {
//max-height: calc(~"100vh - 34px"); doesn't seem to work...
max-height: 90vh;
overflow-y: auto;
}
}
.title {
float: none;
Expand Down

0 comments on commit fdfa54a

Please sign in to comment.