-
|
Hello, I am having a little trouble preventing a div set to I have been trying to get it to work in the leftmost column in this example (content shouldn't be allowed below the red line): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Element children of vertical flex layouts have |
Beta Was this translation helpful? Give feedback.
Element children of vertical flex layouts have
min-height: min-contentapplied to them implicitly. We'd need to override this with a smaller value (say withmin-height: 0) to allow the content to shrink appropriately: https://play.tailwindcss.com/7b6VrG2Qf2