From ddbe3305c8cf4d409a6b500455032419c95d744d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 6 Oct 2020 12:34:13 +0200 Subject: [PATCH] fix filter field height --- src/ui/web/css/left-panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/web/css/left-panel.css b/src/ui/web/css/left-panel.css index fa935e10..6833341d 100644 --- a/src/ui/web/css/left-panel.css +++ b/src/ui/web/css/left-panel.css @@ -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; }