mekici I use this now. Seems to work fine most of the time. And, the weird min-color-index stuff at the beginning is a hack so that this is only used by Safari. Which is nice because you don’t have to worry about it messing anything up in other browsers.
/* Composer iOS Safari Fix */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
@media @phone {
.Composer:not(.minimized) {
bottom: 0 !important;
}}}}
My vote though is still to one day, make the composer full screen on mobile. You don’t really need to be able to see behind it. You can’t see much anyway. Not a lot of screen space on mobile. Then you can use the preview button if needed.
I tried to find other CSS hacks to make it full screen. I got really close. But then noticed some issue and gave up.