Unable to scroll after accept
AnsweredHi
At https://www.calderagroup.com/ after a visitor clicks the "allow cookies" button they are unable to scroll down the page. We would like to fix this. Do you guys have a solution for this problem?
Many thanks
-
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,
Spas2 -
Thanks!
0
Please sign in to leave a comment.
Comments
2 comments