diff --git a/src/index.html b/src/index.html index 43faae7..89b1e78 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ Map Alliance - + diff --git a/src/styles.scss b/src/styles.scss index 48dd14c..8443754 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -5,7 +5,11 @@ } html, body { height: 100%; } -body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } +body { + margin: 0; + overscroll-behavior: none; + font-family: Roboto, "Helvetica Neue", sans-serif; +} // Remove google maps branding a[href^="http://maps.google.com/maps"]{display:none !important}