|
|
|
|
|
by SSLy
464 days ago
|
|
depending on how the UA's anti-tracking is set up, your cookie pop-up (non-GDPR compliant btw) might prevent the scroll. It's this snippet html.disable--interaction.show--consent, html.disable--
interaction.show--consent body {
height: auto !important;
overflow: hidden !important;
}
|
|