Fix keyboard on small mobile screens hiding composer (#2631)

This commit is contained in:
Sami Mazouz 2021-02-26 22:07:29 +01:00 committed by GitHub
parent 8cc207b139
commit 67306a9d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,6 +117,7 @@
position: fixed;
top: 0;
height: 350px !important;
max-height: 100%;
padding-top: @header-height-phone;
&:before {