This repository has been archived by the owner on May 29, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(collapse): set overflow to hidden on transition
- When collapse is transitioning, set `overflow: hidden` to avoid possibility of scrollbars changing size Closes #6180 Fixes #5474
- Loading branch information
84cc2cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not find these
css
option in AngularJS documentation for $animate.addClass and $animateCss. I think that it is why this commit does not solve the issue #5474.I also added other CSS properties to see whether these options work or not, and It did not work!