+1
-1
src/components/rnfgrertt/typingArea.tsx
+1
-1
src/components/rnfgrertt/typingArea.tsx
···
79
79
</div>
80
80
<div className="my-auto pb-4">{timeRemaining?.toFixed(0)}</div>
81
81
</div>
82
-
<div className="relative overflow-y-visible bg-muted p-4 rounded-lg h-full max-h-max">
82
+
<div className="relative overflow-y-visible bg-muted p-4 rounded-lg h-min max-h-max">
83
83
<TextDisplay
84
84
userInput={userInput}
85
85
sampleText={sampleText}