messagerie-melanie2 / Roundcube-Skin-Melanie2-Larry-Mobile

Mobile Skin for Roundcube
GNU General Public License v3.0
73 stars 18 forks source link

Display Error of the Message Button #17

Open futureweb opened 7 years ago

futureweb commented 7 years ago

Hi, i've tested this on some devices (Samsung Galaxy S 5 + 6, Huawei P9) and on all of them I had the same problem with the the message button:

grafik

I tried some thingsand it looks like the problem lies in the mail.min.css. When I comment the webkit-transform out the button is displayed correctly:

jqm-mail-newmessage-button {

    position: fixed;
    right: 20px;
    bottom: 10px;
    /* -webkit-transform: translateZ(0); */

}

Maybe this problem can be fixed in the future?

Florian - Futureweb

futureweb commented 7 years ago

hey @tpayen, any News on this? ;-) thx Andreas

waza123x commented 7 years ago

Just change bottom: 10px; to 40px, and will be fine.