From 7f0db9f3bfc307560718997860ce74e8ef055801 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 29 May 2020 13:11:19 -0400 Subject: [PATCH] Disable elastic scroll page bounce on standalone iD (close #7576) --- dist/index.html | 2 ++ index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dist/index.html b/dist/index.html index 415d2d315..f5af51926 100644 --- a/dist/index.html +++ b/dist/index.html @@ -15,6 +15,8 @@ height: 100%; margin: 0; padding: 0; + /* disable elastic page bounce upon scroll */ + overflow: hidden; } diff --git a/index.html b/index.html index 43fc5f1fa..2135e3870 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,8 @@ height: 100%; margin: 0; padding: 0; + /* disable elastic page bounce upon scroll */ + overflow: hidden; }