#Whats the best way to have a full automatic height with <ScrollArea /> without fixed height
4 messages · Page 1 of 1 (latest)
Use flex-direction: row on the parent, assign flex: 1 to scrollare
Hi Vitaly, this is my actual situation but as you can see my ScrollArea is not working : https://codesandbox.io/p/devbox/charming-bogdan-x3sjv2
Much much thanks for help !
I found something that work i think ^^