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

Reply To: Cannot scroll search results on mobile – whole page gets scrolled

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Cannot scroll search results on mobile – whole page gets scrolled Reply To: Cannot scroll search results on mobile – whole page gets scrolled

#17616
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Ori,

Can you please try this custom CSS:

[html].results.mCustScr{
-ms-touch-action: pinch-zoom;
touch-action: pinch-zoom;
}

.results.mCustScr.mCS_no_scrollbar,
.results.mCustScr.mCS_touch_action{
-ms-touch-action: auto;
touch-action: auto;
}[/html]

Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.

Alternatively, if this does not work, you can completely disable the custom scrollbar script here: https://i.imgur.com/bVWbiIf.png