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

[Examples/clay-official-website] Text in animated section overflows container with hardcoded height #161

Open
ljrobins opened this issue Jan 4, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@ljrobins
Copy link

ljrobins commented Jan 4, 2025

On the homepage the lorem ipsum text can escape its container if the browser window gets too skinny. Happens on Firefox and Safari at a minimum.

A small detail, but probably not the first impression a layout library wants to make -- especially after learning that the site itself is written in clay.

Screenshot 2025-01-04 at 12 25 14 AM

I must mention that clay looks awesome and I plan to use it in future raylib projects.

@nicbarker
Copy link
Owner

Hi @ljrobins, thanks for reporting this. I actually hard coded the height of this container so the overflow is expected, just because otherwise it ended up pushing all the content below it up and down constantly, which made scrolling annoying. I put it on the list of things to fix but never got around to it. Thanks for reminding me 😅

@nicbarker nicbarker changed the title [Bug] Text escapes container on homepage for near-square aspect ratios [Examples/clay-official-website] Text in animated section overflows container with hardcoded height Jan 4, 2025
@nicbarker nicbarker added the bug Something isn't working label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants