Hi!
I'm having a really tough time trying to figure out how to stop my component to flicker like this:

In my project, I need to add a margin or padding when the scroll is visible, here is an example:

But, when the scroll is about to appear, the margin style is added and the component height/width changes, which (I assume) is causing this issue. What is the correct approach to make this work properly?
This is the style I'm adding when the scrollY is visible:
.trackYVisible .ScrollbarsCustom-Wrapper { margin-right: 24px; }
Thank you!