You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
Sometimes on mobile when I am trying to scroll on https://graphql-helix.com it will get stuck and I won't be able to scroll down. If I try to zoom-in/out and then try to scroll it will work. Sometimes I will click around on the page then scroll will work.
The text was updated successfully, but these errors were encountered:
This issue is easy to reproduce with the local example, simply going from the index to /docs using the menu on mobile, but I have been trying to fix it and the only thing I've been able to workaround is adding a CSS like:
article {
height:100vh
}
but that solution of course is bad, and it deteriorates the desktop experience, and a media query solution doesn't work either, it seems to be related with how scrollable/overflow elements are handled in touch-oriented browsers. I'm not a master on CSS at all.
Sometimes on mobile when I am trying to scroll on https://graphql-helix.com it will get stuck and I won't be able to scroll down. If I try to zoom-in/out and then try to scroll it will work. Sometimes I will click around on the page then scroll will work.
The text was updated successfully, but these errors were encountered: