Skip to main content

Unable to scroll after accept

Answered

Comments

2 comments

  • Hi Wout-lan Duits,

    After checking your website, the problem seems to be because of the style that is added to your html (cverflow-x:hidden / overflow-y: scroll ). This is the reason your page has double scroll after accepting cookies and does not allow you to scroll the page normally. 
    The scroll is visible even if the cookies are not accepted or are accepted and the page is refreshed. If you removes the overflow scroll on the html the scroll won't appear at all and you will be able to scroll. The double scroll appears when you accept cookies and the body switches from "overflow:hidden" to "overflow: auto".
    In order to fix this, you could override the css style by setting overflow to visible to the "body" e.g. (overflow:visible !important;). 

    Regards,
    Spas

    2
  • Wout-Jan Duits

    Thanks!

    0

Please sign in to leave a comment.