Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix jump for web pager #1884

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Fix jump for web pager #1884

merged 1 commit into from
Nov 13, 2023

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Nov 13, 2023

Fixes the issue @estrattonbailey saw. I forgot to test web for #1869.

The problem was that my minHeight style was being overwritten due to stylesheet ordering. I think custom passed props should take precedence so I swapped the order. I did some grepping and didn't find anything that would change behavior in a conflicting way.

Test Plan

No longer jumpy when switching tabs. Ignore the empty content — that's due to main being broken.

after.mov

@gaearon gaearon marked this pull request as ready for review November 13, 2023 20:52
@pfrazee pfrazee merged commit 8217761 into main Nov 13, 2023
3 of 4 checks passed
@pfrazee pfrazee deleted the fix-web-scroll branch November 13, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants