I am trying to make a group chat rn. I have two issues though.
The list “cutoff” seems to be lower than the text input and send buttons, and I don’t know how to fix it.
I do not want the texts to be able to go behind this input and the black boundries.
On the screen where your chat list is add a transparent rectangle on the page. This way the page will scroll up high enough to fit the rectangle. You can adjust the height to whatever you need. I do this on a lot of lists in my app because I like to have a bit of padding at the end of scrolling lists.