forked from mystiq/hydrogen-web
height of app should always fill screen (not more or less)
This commit is contained in:
parent
de35df10d8
commit
5b4d984645
2 changed files with 5 additions and 1 deletions
|
@ -50,6 +50,11 @@ body {
|
|||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.TimelinePanel ul {
|
||||
flex: 1 0 0;
|
||||
}
|
||||
|
||||
.RoomHeader {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
.TimelinePanel ul {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue