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;