This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Settings box shows scroll handles without needing to

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

#9519
Ernest MarcinkoErnest Marcinko
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!