forked from mystiq/hydrogen-web
disable native scroll anchoring as it interferes with our impl
This commit is contained in:
parent
5c40b75eab
commit
02b8b37b4c
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ limitations under the License.
|
||||||
|
|
||||||
.RoomView_body > .Timeline {
|
.RoomView_body > .Timeline {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior-y: contain;
|
||||||
|
overflow-anchor: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* need to read the offsetTop of tiles relative to this element in TimelineView */
|
/* need to read the offsetTop of tiles relative to this element in TimelineView */
|
||||||
|
|
Loading…
Reference in a new issue