fix(scripts): wrong overflow override

This commit is contained in:
Juan José Vílchez 2021-01-06 19:11:20 +01:00
parent ecf7c7b5db
commit 6d5adce459

View File

@ -1,6 +1,6 @@
if (!!window.chrome) { if (!!window.chrome) {
const fix = () => { const fix = () => {
document.body.style = "overflow: auto!important;"; document.body.style = "overflow-y: unset !important;";
}; };
const observe = () => { const observe = () => {