Hi,
I am currently working on a basic admin block to display a table with some data and I’m getting the following result:
I wanted to use a scrollable component to put my table in like I used to do in React but surprisingly there is no component?
I also tried using a div with overflow: “scroll” but html/css rules doesn’t work in UI extensions.
Any fix for that?
