scroll padding not working
hey guys, I have this absolute textarea in my chat app and it's cool in large screens, but when we go to smaller ones I get the input hiding some of the text.
I tried scroll padding and it didn't work, what can I try?
4 Replies
in case it's necessary, I'll leave here the utility classes i'm using (tailwind)
Okay, I got some progress doing this:
Is this the correct way to do it tho? I'd like to learn better ways, if there's any
NOTE: I placed that in the cards with the texts.
the correct way is to not use absolute for the textarea at all
Tailwind Play
Tailwind Play
An advanced online playground for Tailwind CSS that lets you use all of Tailwind's build-time features directly in the browser.
thank you delulu!