fix viewport changing width when timeline starts filling the viewport

otherwise centered tiles like announcementview jump a bit vertically
This commit is contained in:
Bruno Windels 2021-09-13 15:40:15 +02:00
parent 906e5886e1
commit feb0cf7e39

View file

@ -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;