mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 21:11:55 +08:00
Fix keyboard on small mobile screens hiding composer (#2631)
This commit is contained in:
parent
a0734d2787
commit
26d291199a
|
@ -117,6 +117,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 350px !important;
|
height: 350px !important;
|
||||||
|
max-height: 100%;
|
||||||
padding-top: @header-height-phone;
|
padding-top: @header-height-phone;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user