Small fix for the large dropdown menus

04fuxake

New Member
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:
1624925916991.png
 
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.
 
Back