Merge pull request #497 from vector-im/bwindels/timeline-height-fix

Fix timeline height on mobile
This commit is contained in:
Bruno Windels 2021-09-16 18:19:58 +02:00 committed by GitHub
commit 356af3ae7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ limitations under the License.
display: flex;
flex-direction: column;
position: relative;
min-height: 0;
}
.Timeline_jumpDown {