Fix per Iubenda

This commit is contained in:
loviuz 2023-06-06 22:01:38 +02:00
parent 663be56b94
commit 76e00aa825
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ var ci = setInterval( function(){
if (cookiewall_desktop) {
cookiewall_desktop.style.display = 'none';
document.querySelector('html').classList.remove('show-prompt-to-accept');
document.querySelector('html').style.overflow = 'auto';
cookiewall_found = true;
}