Browse Source

[Beta] Fix iOS click issues (#5011)

main
dan 2 years ago
committed by GitHub
parent
commit
baaceb0c7f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      beta/src/styles/index.css

7
beta/src/styles/index.css

@ -72,17 +72,10 @@
html, html,
body { body {
height: 100%;
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
body,
html,
#__next {
height: 100%;
}
/* Start purging... */ /* Start purging... */
/* Force GPU Accelerated scrolling, credit: Twitter Lite */ /* Force GPU Accelerated scrolling, credit: Twitter Lite */
.scrolling-gpu { .scrolling-gpu {

Loading…
Cancel
Save