Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Settings box shows scroll handles without needing to › Reply To: Settings box shows scroll handles without needing to
July 15, 2016 at 2:49 pm
#9519
Keymaster
Hi!
It might be CSS override from the theme styles or from another plugin.
Please try adding this custom CSS:
[html]
.searchsettings fieldset {
overflow: hidden !important;
}[/html]
Let’s hope it will help!