-
Notifications
You must be signed in to change notification settings - Fork 14
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
Adjust padding on main wrappers #576
base: main
Are you sure you want to change the base?
Conversation
This should make scrollbars less cramped, and scrolling containers will now get cut off by the bottom of the page instead of by the padding
While this is true, I argue that it is far worse for the content itself to be cut off arbitrarily (see screenshots in PR desc) at the padding of the element. As far as I'm concerned, there is not a away around this.
No, feel free to create an issue to replace click-based pagination with scroll-based pagination. out of scope of this PR
Yes, having it at the bottom was only the initial design. I agree that Importing is more concerned with the entire roadmap than the end of the roadmap; we just don't have a design for how this would go in the top yet.
I think it's good that you're thinking about the scroll bars, and would be happy to talk more about it. Let me know what you think about balancing scroll bar position vs padding and content cutoff position. We can talk more about this at some point in the near future
yeah it's weird that it was for me but not for you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In terms of objective testing, the changes are working for me.
I'm on Windows so the scrollbar naturally looks slightly different (see screenshot), but it works as expected and the page is not cut off.
In terms of opinion, I agree that the roadmap scrollbar shouldn't extend all the way to the top of the page, but I didn't actually notice/get disoriented by it unless I paid attention.
Otherwise, everything does feel fine, and I do agree with Charlie that scroll-based pagination makes a lot more sense (for a future issue).
This should make scrollbars less cramped, and scrolling containers will now get cut off by the bottom of the page instead of by the padding
I know the scrollbars are still not perfect, but they should at least be improved, and the contents should be cut off by the page instead of "arbitrarily"
Screenshots
Test Plan
-[ ] Verify that changes look as expected both on the Roadmap and Search pages