CSS by T. Afif :verified: on Nostr: nprofile1q…tl3d8 height:100% will first fallback to auto because we don't have any ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqyf82h8kfpp869axn85aq9xgfdedjzznu4mw5qh6h6yetpa8cjdwq8tl3d8 (nprofile…l3d8) height:100% will first fallback to auto because we don't have any reference for it (we need to do a first iteration) and when it fallback to auto it will contribute to the size which is not good. min-height:0 is kind of useless because your element is already above 0.
height: 0 means your element is having 0 height so will not affect the layout/size and min-height:100% will force a minimum height equal to 100% (will negate the height: 0)
height: 0 means your element is having 0 height so will not affect the layout/size and min-height:100% will force a minimum height equal to 100% (will negate the height: 0)