height of app should always fill screen (not more or less)

This commit is contained in:
Bruno Windels 2019-07-29 20:11:15 +02:00
parent de35df10d8
commit 5b4d984645
2 changed files with 5 additions and 1 deletions

View file

@ -50,6 +50,11 @@ body {
min-height: 0;
display: flex;
flex-direction: column;
height: 100%;
}
.TimelinePanel ul {
flex: 1 0 0;
}
.RoomHeader {

View file

@ -1,6 +1,5 @@
.TimelinePanel ul {
flex: 1;
overflow-y: auto;
list-style: none;
padding: 0;