Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Fixed Menu Scrolling Problem

Home Forums Latest release 1.1.x Fixed Menu Scrolling Problem Reply To: Fixed Menu Scrolling Problem

#9116
garyseven
Participant

small update…
needs “nowrap”

/*Scroll mobile menu*/
@media (max-width: 767px) {
.overflow-y-menu {
overflow-y: scroll;
-webkit-overflow-scrolling: touch; /* mobile safari */
height: calc(100vh – 85px);
white-space: nowrap;
}
}