Css min-height: fit-content does not work with resize
<div class="h-fit w-fit min-h-fit min-w-fit resize overflow-hidden bg-gray-200"> <div> Content goes here.</div> <div> Content goes here.</div> <div> Content goes here.</div> <div> Content goes here.</div> <div> Content goes here.</div> </div> The above is a minimal example tested in firefox and edge.…