#Making the content of a drawer scrollable
2 messages · Page 1 of 1 (latest)
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.
2 messages · Page 1 of 1 (latest)
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
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.