mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make content section expand at least to all available height.
This commit is contained in:
parent
2d5426391d
commit
c488916c69
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ body {
|
|||
position: relative;
|
||||
padding-top: @header-height;
|
||||
padding-bottom: @footer-height;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
> .content {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// Reset fonts for relevant elements
|
||||
|
|
Loading…
Reference in a new issue