Fixes #3534: Chat on iOS only shows parts after typing
This commit is contained in:
parent
628089c2cd
commit
a1d17ac45b
2 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
right: 0;
|
||||
width: 100%;
|
||||
border-radius: 0 !important;
|
||||
font-size: 16px;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
&--animate {
|
||||
|
|
Loading…
Reference in a new issue