03/04/2014 at 6:01 pm
#281542
Keymaster
@ Fabien
Ok, I know what this is happening … the result list has a minimum height for the category drop down. This is to prevent it from being cutoff by theme’s. Since you do not need that, you can use a bit of CSS to remove the minimum height. Add the following to the theme’s styles.css files.
#cn-cmap {
min-height: 0 !important;
}
That should do it.
