- Affected App
- WoltLab Suite Core
I've been working on a theme and have run into a small issue.
The following is in the main CSS...
This means that the only way to change where the dropdown appears is to put yet another !important declaration with a different height. However, I also noticed this...
The JS is apparently set up to properly determine the position for the dropdown, BUT the aforementioned !important declaration in the main CSS overrides it.