Spaces:
Running
Running
avoid iOS 18 annoying zoom in
Browse files
src/lib/components/chat/ChatInput.svelte
CHANGED
@@ -65,7 +65,7 @@
|
|
65 |
enterkeyhint={!isVirtualKeyboard() ? "enter" : "send"}
|
66 |
tabindex="0"
|
67 |
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"
|
69 |
class:text-gray-400={disabled}
|
70 |
bind:value
|
71 |
bind:this={textareaElement}
|
|
|
65 |
enterkeyhint={!isVirtualKeyboard() ? "enter" : "send"}
|
66 |
tabindex="0"
|
67 |
rows="1"
|
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"
|
69 |
class:text-gray-400={disabled}
|
70 |
bind:value
|
71 |
bind:this={textareaElement}
|