Above is a screenshot of what I’m talking about. I have this container that I want as a popup which has nothing but an XY Chart inside of it. No matter what, I cannot get rid of the useless scrollbar on the right. I’ve tried:
- Using a flex container with the XY Chart set to
grow: 1, shrink: 1
, withoverflow: visible
on the container. - Using a coordinate container with the XY Chart set to
height: 100%, width: 100%
and again,overflow: visible
on.
I’ve tried throwing overflow: visible
on everything I can think of, including the table, and nothing is working to get rid of the scrollbar.