Brief description
My app idea accepts .CSV files uploaded by users. I store the files in the database with the users. Then, in the Data Row Panel, I read the files from the database and populate them as clickable links.
The above works fine, when I click on a link (file) I can use it as I need to.
The problem
When a user uploads many files, the Data Row Panel keeps growing with it, making the website look very inconsistent.
What I want
Is there a way to make the Data Row Panel have a fixed size and make it scrollable?