You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: