-
Notifications
You must be signed in to change notification settings - Fork 212
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
fix: sticky sidebar layout overflow #1895
fix: sticky sidebar layout overflow #1895
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
What/Why?
When using an Image inside of a
StickySidebarLayout
a min width was being set preventing it from shrinking in a flex layout. This PR fixes this by setting a min width of 0 on the columns in theStickySidebarLayout
component.Testing