Hi guys, I am building a responsive app and I having the issues with the resizing of the items, I’ll explain it better. I built a modal page that pops out when someone clicks a marker on the map, the problem is if the text input takes more than one line the rectangular shape the text belongs to resizes to the bottom covering part of the nav bar. Does anyone know how to make it resize to the top so it looks more clean ?
Resizing to the top is not possible, i’d suggest setting the text component as not multiline so the rectangular is never resized (it will show … at the end of the text line)