good-first-issue-finder
good-first-issue-finder copied to clipboard
Small Layout Shift
Description
There's a small layout shift when navigating away from the / route to /docs or /login
It's caused by the scrollbar. I'm not sure if there's a way to get around this thouhg
Screenshots
No response
Additional information
No response
Hi there , Please assign it to me
I can assign it to you, but I think there's no action item to do here. Based on my investigations, this small shift is caused by the scrollbar, which we can't get rid of on longer pages
There is a CSS property called scrollbar-gutter. Maybe using it on the main container div or the body could fix the issue.
This is a very good article about it here.
Yep, experienced the same thing. The bottom scrollbar on / page is kind of annoying. I think that i can fix this issue. @Cahllagerfeld can you assign this to me.
I think this issues isn't up-to-date anymore. The issues was caused by the scrollbar on /, which now is /app.
Do you have a horizontal-scrollbar on some pages? :o I just tested it and can't reproduce it
Yes I have horizontal scrollbar on /, while its disappears on other pages.
Horizontal scrollbar on / route
No Horizontal scrollbar on /docs routes (desired same behavior on / route)
@Cahllagerfeld opened a PR to fix the bottom scrollbar issue on / route please check.