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
I find on mobile - at least ios, content shifts to the right when scrolling. So you end up with a white gap to the left. Seems to occur with any theme.
I think ios & getBoundingClientRect aren't playing nicely.
My guess is because the ios navbar shrinks when scrolled & resize doesn't fire
I find on mobile - at least ios, content shifts to the right when scrolling. So you end up with a white gap to the left. Seems to occur with any theme.
I think ios & getBoundingClientRect aren't playing nicely.
My guess is because the ios navbar shrinks when scrolled & resize doesn't fire
Can it be relative to doc instead of viewport?
rect.left + window.scrollX
rect.top + window.scrollY
The text was updated successfully, but these errors were encountered: