From 0912fe1c9394e8e292a52a0fbf0615d92d160a5e Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Sat, 29 May 2021 11:54:36 -0400 Subject: [PATCH] fix: overscroll on touch devices (#3663) --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index ea090303..0df8b246 100644 --- a/public/index.html +++ b/public/index.html @@ -117,6 +117,7 @@ width: 100%; height: 100%; + overflow: hidden; } .visually-hidden {