Scrollbar in popup will not go away

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:

  1. Using a flex container with the XY Chart set to grow: 1, shrink: 1, with overflow: visible on the container.
  2. 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.

I ended up fixing this by setting the “root” of the popup view to overflow: hidden.

1 Like

Thanks for this @md.szyman