disable native scroll anchoring as it interferes with our impl

This commit is contained in:
Bruno Windels 2021-09-13 13:11:25 +02:00
parent 5c40b75eab
commit 02b8b37b4c

View file

@ -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 */