zendframework/zf-mkdoc-theme

Dropdown menus get cut off when list is long

Closed this issue · 3 comments

Example from zend-validator docs (direct link)

image

Only the first N links of the "Validators" sub-menu are visible.

We can juste add :

max-height: 340px;
overflow-y: scroll;

If you are ok, i can make a pull request.

@bfolliot
Thanks for your input / idea. I will test it.

We will remove the dropdown menus. See: #34