Skip to content

Commit

Permalink
avoid iOS 18 annoying zoom in
Browse files Browse the repository at this point in the history
  • Loading branch information
gary149 committed Dec 4, 2024
1 parent fbb777e commit ff9a4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/chat/ChatInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
enterkeyhint={!isVirtualKeyboard() ? "enter" : "send"}
tabindex="0"
rows="1"
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"
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"
class:text-gray-400={disabled}
bind:value
bind:this={textareaElement}
Expand Down

0 comments on commit ff9a4ce

Please sign in to comment.