Skip to content
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 issue on elements with animated classes #970

Closed
subotin94 opened this issue Aug 30, 2019 · 3 comments
Closed

Overflow issue on elements with animated classes #970

subotin94 opened this issue Aug 30, 2019 · 3 comments

Comments

@subotin94
Copy link

subotin94 commented Aug 30, 2019

I have an issue where i have a div which has "animated bounceInDown fast" set of classes and i also have overflow on that div. What happens is the scrollbar is fully visible and its working but only if i drag the scrollbar itself. If i use the mouse wheel i cannot scroll on that speciffic element. Sometimes it even works but in 90% cases it doesnt work. When i click and drag the scrollbar itself it always works normal. And when i took off the animated classes it works just normal.

@eltonmesquita
Copy link
Collaborator

Most of the animations can cause elements to overflow as they are literally moved across the screen. How to handle this is up to the developer using the library. This is just how CSS works.

Make sure to use the overflow property when needed to avoid such situation.

Closing this as it's not a issue with the library.

@subotin94
Copy link
Author

subotin94 commented Sep 28, 2019 via email

@eltonmesquita
Copy link
Collaborator

Sorry but any overflow issue is the developer's responsibility as it's impossible for the library to deal with it and we can not give individual support about CSS usage.
You can get help on Stackoverflow but I'd advice you to prepare a reduced case and post it live on codepen, jsbin or any other place so people can help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants