You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
Greetings!
There's an issue with the view height flipping between where the cursor is, and the top of the page.
Demo available @ https://codesandbox.io/s/tailwind-css-and-react-forked-qhfgif?file=/src/components/Homepage.js
To reproduce, do the same as in the gif:

PS: in the README.md file for the label it should be
htmlFor="my-textarea"--- notfor="my-textarea"To fix, this line has to be commented out
el.style.height = '0'