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
April 24, 2018 at 7:10 pm
#17616
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