Removed overscroll to avoid conflict when zooming map on desktop

This commit is contained in:
Mitchell McCaffrey 2020-04-07 12:47:52 +10:00
parent a6835b706c
commit b0fdabefcb

View File

@ -5,3 +5,7 @@ body,
html {
height: 100%;
}
body {
overscroll-behavior: none;
}