-
Notifications
You must be signed in to change notification settings - Fork 113
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
Passenger showcase scrollbar messes up row layout of website #958
Comments
I'm not sure I completely understand this issue, can you elaborate? What browser/OS are you on? |
I guess he's talking about the light pink colored horizontal lines in the background layer of the site, which in the image doesn't coincide with the foreground grids. |
@shiffman System: |
Ah, ok! I see it now! On Mac OS chrome the issue is not present (at least I'm not seeing it?) so I wasn't able to notice it easily. Definitely something to fix! |
While playing with this I found the unofficial CSS |
Great! Happy for you to add this as a pull request @dipamsen if you think it makes sense! |
I am not sure if its a good idea because it is an unofficial property (not documented in MDN Web Docs) and only supported in a few browsers... |
Got it, we can leave this open and see if it is more widely supported in the future! |
Hello, The overlay value of the There is another property that was made to deal with scrollbar issues: Another possible solution would be to hide the scrollbar completely on all browsers. |
Checking in on this issue, @dipamsen is this layout bug still showing up for you, shall we try doing anything with |
Is this issue still happening? |
Example: https://thecodingtrain.com/challenges/30-phyllotaxis
Because of the scrollbar in the showcase section (which adds a bit of width), the horizontal rows are no longer in sync causing a staggering between the foreground and background.
The text was updated successfully, but these errors were encountered: