mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
fix viewport changing width when timeline starts filling the viewport
otherwise centered tiles like announcementview jump a bit vertically
This commit is contained in:
parent
906e5886e1
commit
feb0cf7e39
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
|
|
||||||
|
|
||||||
.RoomView_body > .Timeline {
|
.RoomView_body > .Timeline {
|
||||||
overflow-y: auto;
|
overflow-y: scroll;
|
||||||
overscroll-behavior-y: contain;
|
overscroll-behavior-y: contain;
|
||||||
overflow-anchor: none;
|
overflow-anchor: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user