We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b7a52 commit 6a967dbCopy full SHA for 6a967db
src/components/Send.tsx
@@ -72,7 +72,7 @@ export default () => {
72
onKeyDown={(e) => {
73
e.key === 'Enter' && !e.isComposing && !e.shiftKey && handleSend()
74
}}
75
- class="absolute inset-0 py-4 px-[calc(max(1.5rem,(100%-48rem)/2))] scroll-pa-4 input-base"
+ class="h-full w-full absolute inset-0 py-4 px-[calc(max(1.5rem,(100%-48rem)/2))] scroll-pa-4 input-base"
76
/>
77
<div
78
onClick={handleSend}
0 commit comments