Browse Source

fix: overscroll on touch devices (#3663)

pull/3668/head
Jed Fox 5 years ago committed by GitHub
parent
commit
0912fe1c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/index.html

1
public/index.html

@ -117,6 +117,7 @@ @@ -117,6 +117,7 @@
width: 100%;
height: 100%;
overflow: hidden;
}
.visually-hidden {

Loading…
Cancel
Save