Skip to content

Commit d199295

Browse files
committed
(css) remove iOS input shadow
1 parent a31c4ab commit d199295

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ChatWindow/ChatWindow.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,10 @@ export default {
261261
.chat-container {
262262
height: 100%;
263263
display: flex;
264+
265+
textarea,
266+
input[type='text'] {
267+
-webkit-appearance: none;
268+
}
264269
}
265270
</style>

0 commit comments

Comments
 (0)