-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: Add an scrollMaxSize option (fix #125 Refactor the way options are retrieved to be more scalable (no more mapping from data attributes) Direction option is now handled through options for performances reason (ref #162) Fix RTL support not positioning scrollbar properly (fix #153) Add a "caveats" section to the README (fix #91) 2.6.1 Remove !important rule on props that don't absolutely need it Overflow css rules shouldn't be defined as !important so user can opt-out from x/y scroll by overriding these easily Add a new option to force track to be visible (same behaviour as overflow: scroll, show track, hide scrollbar) (ref #129) Set SimpleBar to inherit from parent's max-height + fix issue in IE11 (fix #154) add dist files for 2.6.0 2.6.0 # Conflicts: # dist/simplebar.css # dist/simplebar.js
- Loading branch information
Showing
5 changed files
with
50 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters