Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #339336
    Nina Holmstrom
    Participant

    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.

    1. How do I fix this?
    2. What is the correct CSS to remove the scroll bar within the website but still allow scrolling?
    #339342
    sujapati
    Keymaster

    @Nina: The CSS you provided seems to be incorrect, as it prevents the overall scrolling behavior of the page. Upon inspecting your site, we noticed that custom CSS has been applied to the HTML, and the <code data-start=”245″ data-end=”263″>webkit-scrollbar property is set to transparent. This makes the scrollbar invisible, though scrolling is still functioning properly. Could you please confirm if the issue has been fixed?

    Kind Regards,
    Sujapati

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.