-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overflow: auto
displays scrollbars during animation
#16
Comments
Not sure there is a good solution to this other than setting your styles appropriately. I dont think we can make any reliable determination of what the users desired styles are here. For example, we could put overflow: none durring the animation, but that would make the parent's scrollbars pop on/off during animation when there should be a scroll bar. Open to suggestions though. |
overflow: auto
displays scrollbars during animation
@justin-schroeder And the first animation after moving the scroll bar will be abnormal |
@ty-bt Did you figure out a solution for this? |
@justin-schroeder why not do the following:
|
windows chrome 102.0.5005.63
https://codesandbox.io/s/naughty-butterfly-ze3mcu?file=/src/App.js
When overflow is auto, the scroll bar will flicker during animation
Subsequent animation flickers after scrolling scrollbar manually
The text was updated successfully, but these errors were encountered: