tangled
alpha
login
or
join now
tynanpurdy.com
/
atprofile
3
fork
atom
Fork of atp.tools as a universal profile for people on the ATmosphere
3
fork
atom
overview
issues
pulls
pipelines
hide scrollbar on inner textbox
Natalie B.
1 year ago
ccb9de48
4c6b1682
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
rnfgrertt
typingArea.tsx
+1
-1
src/components/rnfgrertt/typingArea.tsx
···
78
78
<TextDisplay userInput={userInput} sampleText={sampleText} />
79
79
<textarea
80
80
ref={textareaRef}
81
81
-
className="absolute top-12 left-0 w-full h-full p-4 resize-none bg-transparent text-transparent caret-transparent outline-none"
81
81
+
className="absolute top-12 left-0 w-full h-full p-4 resize-none bg-transparent text-transparent caret-transparent outline-none scrollbar-hide"
82
82
value={userInput}
83
83
onChange={handleInput}
84
84
spellcheck={false}