Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Nav menu can only hold so many elements #63

Open
geramirez opened this issue Oct 19, 2015 · 0 comments
Open

Nav menu can only hold so many elements #63

geramirez opened this issue Oct 19, 2015 · 0 comments

Comments

@geramirez
Copy link

Basically, it can't scroll.

via Control Masonry


Chrome is showing .nav-children with a max-hight: 400px;. This is limiting the number of controls showing up in the rendered pages. There is currently no overflow setting, either. The end result is it appears many controls are missing after the page generation.

.nav-children {
    display: block;
    max-height: 400px;
    opacity: 1;
    -webkit-transition: max-height .2s, opacity .2s;
    -moz-transition: max-height .2s, opacity .2s;
    -o-transition: max-height .2s, opacity .2s;
    transition: max-height .2s, opacity .2s;
}

Best solution might be an overflow: scroll;.


screen shot 2015-10-19 at 5 35 13 pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant