I'm currently working on a website and I decided to make it right-to-left (RTL). Everything looks good on the website, except for one specific page.
I'm experiencing some difficulties in implementing RTL on this particular page.
Although the other pages are displaying properly, I suspect that the issue lies with the search form on this page. I even tried using the code below to prevent scrolling, but the page still scrolls left after clicking on the search fields:
html, body {overflow-x: hidden; }