-
Notifications
You must be signed in to change notification settings - Fork 10
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
Scroll entire page instead of content pane #2450
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
While messing around with converting dropdowns to use Headless instead of Radix (which we want to do anyway), I figured out you can fix the layout shift by making all dropdowns 2024-09-17-dropdown-menu-z-bug.mp4 |
Pagination not landing at the bottom is the only remaining issue that I'm aware of. I had to switch back to our custom scroll restoration hook because I couldn't get the RR one to work unless I wrap their |
Are we running into this because the query has not come back yet, the table not populated and therefore the page is not long enough to scroll to when the scroll restoration has run? |
I think I assumed that was the case, and I probably did check the scrollable height, but I don’t remember whether I printed the entire DOM at the time |
Trying to extract the simple thing out of #2087. It mostly works, but there are still some issues:
<ScrollRestoration />
thing built into RR, but it's not working yetvideo of layout shift
2024-09-16-menu-kills-scrollbar.mp4