#Making the content of a drawer scrollable

2 messages · Page 1 of 1 (latest)

spring wind
#

I have a drawer and I want part of its content to be scrollable. I can't really use ScrolArea because I dont know the height, and height 100% not really working.
Is there a solution for that?
Thanks

grizzled abyss
#

Setting up overflow property via css should work. Just set the max height of the container, Specify the overflow property as scroll and you should see the scroll bar.