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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue