.parent {
height: 100%;
display: flex;
flex-direction: column;
}
.child {
flex-grow: 1;
}
Showing posts with label flexbox. Show all posts
Showing posts with label flexbox. Show all posts
Follow via RSS:
Posts
Solutions to stupidly simple problems that took WAY to long to figure out
.parent {
height: 100%;
display: flex;
flex-direction: column;
}
.child {
flex-grow: 1;
}