overflow fix
This commit is contained in:
@@ -20,6 +20,9 @@ function MarasiDriveMapMobile() {
|
||||
left: 0,
|
||||
behavior: "smooth",
|
||||
});
|
||||
document.body.style.overflowY = "hidden";
|
||||
} else {
|
||||
document.body.style.overflowY = "scroll";
|
||||
}
|
||||
}, [mapActive]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user