posts/flexbox-scroll-min-height/ #8
Replies: 1 comment 1 reply
-
|
flex:1还有可能不能均分的小坑,CSS博大精深,防御式CSS用起来:https://fedev.cn/css/defensive-css.html。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
posts/flexbox-scroll-min-height/
解释 Flexbox 与滚动容器的冲突根因(flex 项目默认 min-height:auto),并给出通用修复方案(min-height:0 或 overflow 与尺寸配合)、Tailwind 实践、嵌套场景与调试技巧,帮助在布局中恢复正确滚动。
https://chlorinec.top/posts/flexbox-scroll-min-height/
Beta Was this translation helpful? Give feedback.
All reactions