I have a small usability bug with the slim pu:menu.
If the height of the browser is smaller than a sub menu, there is no way to access bottom items.
See showcase screenshot

Is there an easy workaround ?
Thanks and regards,
Matthieu
Code: Select all
.layout-menu-slim {
.ultima-menu {
> li {
> ul {
max-height: 250px;
overflow-y: auto;
}
}
}
}
Code: Select all
.layout-menu-slim .ultima-menu > li > ul {
max-height: 250px;
overflow-y: auto;
}
Users browsing this forum: No registered users and 1 guest