Replies: 1 comment
-
🎉 This issue has been resolved in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe your suggested feature
On iPhone and iPad when the web page is at the top or bottom, further vertical swipe will introduce a "bounce" spring-loaded effect, that if forced causes the page to reload. Especially when using the web reader this can be a bit distracting. There are ways to disable this using CSS like this (which disable it on the whole website):
html {
overscroll-behavior: none;
}
or more complex solutions like this: https://github.com/timbartsch/no-bounce
Other details
No response
Acknowledgements
Beta Was this translation helpful? Give feedback.
All reactions