fix filter field height

This commit is contained in:
Bruno Windels 2020-10-06 12:34:13 +02:00
parent 2fe6f4b769
commit ddbe3305c8

View file

@ -20,7 +20,6 @@ limitations under the License.
}
.LeftPanel .filter {
flex: 0;
display: flex;
}
@ -37,6 +36,7 @@ limitations under the License.
}
.RoomList {
flex: 1 0 0;
overflow-y: auto;
overscroll-behavior: contain;
}