diff --git a/src/platform/web/ui/css/timeline.css b/src/platform/web/ui/css/timeline.css index 97582990..29e24bde 100644 --- a/src/platform/web/ui/css/timeline.css +++ b/src/platform/web/ui/css/timeline.css @@ -17,7 +17,8 @@ limitations under the License. .RoomView_body > .Timeline { overflow-y: auto; - overscroll-behavior: contain; + overscroll-behavior-y: contain; + overflow-anchor: none; padding: 0; margin: 0; /* need to read the offsetTop of tiles relative to this element in TimelineView */