1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

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 {