Removed overscroll to avoid conflict when zooming map on desktop
This commit is contained in:
parent
a6835b706c
commit
b0fdabefcb
@ -5,3 +5,7 @@ body,
|
|||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
overscroll-behavior: none;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user