Skip to content

Commit ff9a4ce

Browse files
committed
avoid iOS 18 annoying zoom in
1 parent fbb777e commit ff9a4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/ChatInput.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
enterkeyhint={!isVirtualKeyboard() ? "enter" : "send"}
6666
tabindex="0"
6767
rows="1"
68-
class="scrollbar-custom absolute top-0 m-0 h-full w-full resize-none scroll-p-3 overflow-x-hidden overflow-y-scroll border-0 bg-transparent p-3 outline-none focus:ring-0 focus-visible:ring-0"
68+
class="scrollbar-custom absolute max-sm:text-[16px] max-sm:p-2.5 top-0 m-0 h-full w-full resize-none scroll-p-3 overflow-x-hidden overflow-y-scroll border-0 bg-transparent p-3 outline-none focus:ring-0 focus-visible:ring-0"
6969
class:text-gray-400={disabled}
7070
bind:value
7171
bind:this={textareaElement}

0 commit comments

Comments
 (0)