mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Fix keyboard on small mobile screens hiding composer (#2631)
This commit is contained in:
parent
8cc207b139
commit
67306a9d34
|
@ -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