CSS allows a “min-height” property. This can be used to set the minimum height of the div you’re talking about.
#div-id { min-height: 100px; }
CSS allows a “min-height” property. This can be used to set the minimum height of the div you’re talking about.
#div-id { min-height: 100px; }