Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent double scrollbars for flexbox parents
Previously attempting to use SimpleBar in a parent with "display: flex" without specifying a height or "overflow: hidden" on the host element, resulted in two scroll bars being displayed SimpleBar and the native one. Fixes #473.
- Loading branch information