04fuxake New Member Jun 28, 2021 #1 The dropdown menus for the brand-specific forums (where it lists all the brands) is too long for a screen. This could be fixed by adding these CSS properties: .menu-content { max-height: 400px; overflow-y: auto; } To give:
The dropdown menus for the brand-specific forums (where it lists all the brands) is too long for a screen. This could be fixed by adding these CSS properties: .menu-content { max-height: 400px; overflow-y: auto; } To give:
Art Deco Well-Known Member Region USA City Selinsgrove Pennsylvania Jul 3, 2021 #2 Agreed. I don't do CSS, but another approach is to let the user enter the first letter or 2. The long list isn't very useful. Upvote 0 Downvote
Agreed. I don't do CSS, but another approach is to let the user enter the first letter or 2. The long list isn't very useful.