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 a0734d2787
commit 26d291199a

View File

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