From feb0cf7e3971fe034f872142d4710d9bf79ca996 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 13 Sep 2021 15:40:15 +0200 Subject: [PATCH] fix viewport changing width when timeline starts filling the viewport otherwise centered tiles like announcementview jump a bit vertically --- src/platform/web/ui/css/timeline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/timeline.css b/src/platform/web/ui/css/timeline.css index 3a2377b8..ea669c92 100644 --- a/src/platform/web/ui/css/timeline.css +++ b/src/platform/web/ui/css/timeline.css @@ -16,7 +16,7 @@ limitations under the License. .RoomView_body > .Timeline { - overflow-y: auto; + overflow-y: scroll; overscroll-behavior-y: contain; overflow-anchor: none; padding: 0;