overflow fix

This commit is contained in:
2025-07-25 10:50:17 +05:00
parent 1497d6ede3
commit 226397afac
+3
View File
@@ -20,6 +20,9 @@ function MarasiDriveMapMobile() {
left: 0,
behavior: "smooth",
});
document.body.style.overflowY = "hidden";
} else {
document.body.style.overflowY = "scroll";
}
}, [mapActive]);