Dropdown menus get cut off when list is long
Closed this issue · 3 comments
adamlundrigan commented
Example from zend-validator docs (direct link)
Only the first N links of the "Validators" sub-menu are visible.
bfolliot commented
We can juste add :
max-height: 340px;
overflow-y: scroll;
If you are ok, i can make a pull request.
froschdesign commented
@bfolliot
Thanks for your input / idea. I will test it.
froschdesign commented
We will remove the dropdown menus. See: #34