Fixes #3534: Chat on iOS only shows parts after typing

This commit is contained in:
Bola Ahmed Buari 2021-05-14 17:22:57 +01:00 committed by Thorsten Eckel
parent 628089c2cd
commit a1d17ac45b
2 changed files with 2 additions and 4 deletions

View file

@ -18,7 +18,7 @@
right: 0;
width: 100%;
border-radius: 0 !important;
font-size: 16px; } }
font-size: 16px !important; } }
.zammad-chat--animate {
transition: transform 500ms; }
@ -314,7 +314,6 @@
line-height: 1.4em;
font-size: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: none;
@ -330,7 +329,6 @@
.zammad-chat-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: inherit;
font-size: inherit;

View file

@ -17,7 +17,7 @@
right: 0;
width: 100%;
border-radius: 0 !important;
font-size: 16px;
font-size: 16px !important;
}
&--animate {