Having a bit of trouble with flex box and tailwind in this example
I have this code working but when I convert some over to tailwind, it breaks and I am not sure why
How can I set an element to flex-1, and then prevent it from growing more than that and forcing scroll on its children?
I have a layout, header + content + footer.
The header and the footer both have static heights.
The container has flex flex-col
and the content has flex-1.
As long as the content inside the content element is not that much, everything is OK. But when I put more content in it, it grows vertically. I want to prevent it from growing vertically and force a vertical scroll on it.
CSS style for implementing a floating menu that follows a draggable object
I am currently on a project of cloning canva. Say I have a structure like below:
Child in a flexbox container runs over parents box
I try to build an assignments list following a tutorial on laracast.com.