Fork of atp.tools as a universal profile for people on the ATmosphere

hide scrollbar on inner textbox

+1 -1
+1 -1
src/components/rnfgrertt/typingArea.tsx
··· 78 78 <TextDisplay userInput={userInput} sampleText={sampleText} /> 79 79 <textarea 80 80 ref={textareaRef} 81 - className="absolute top-12 left-0 w-full h-full p-4 resize-none bg-transparent text-transparent caret-transparent outline-none" 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}