Replies: 1 comment 1 reply
-
|
That's not a bad solution honestly. But I think you may want to just rethink your menu entirely, because having that many submenus is arguably too many. At some point, it makes more sense to make a page to list them rather than have such a long list in a menu. Even on my laptop I can't see the entire list. (PS. at the bottom, where it says PRIVACY DISCLAIMER, I would add some more space or perhaps a bullet point ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to find a way to get my long submenu to scroll on a mobile device since it doesn't all fit on the screen?
I tried in CSS like this:
.dropdown-menu {
max-height: 480px;
overflow-y: scroll;
}
But I don't like the appearance. Any other suggestions?
Here's my site for reference. https://bettercomputertech.com
Beta Was this translation helpful? Give feedback.
All reactions