- How do I fix this?
- What is the correct CSS to remove the scroll bar within the website but still allow scrolling?
Duplicate scroll bar and additional css disabled scrolling
I was having an issue with my website where I'd see two sets of scroll bars in a browser window. I tried disabling it using this additional css (URL ferryhousekayaktours.com):
body {<br aria-hidden="true" />overflow: hidden;<br aria-hidden="true" />}
When I went to view the changes in a new browser I couldn't scroll the page at all. I removed the CSS from the theme but it's not reverting back to previous.