-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ There is also a UMD version - inside dist directory. | |
In both cases **you have to include the customScroll.css** file in your page. | ||
It is located in /dist directory | ||
**From unpkg cdn:** | ||
* [Js file](https://unpkg.com/[email protected].1/dist/reactCustomScroll) | ||
* [css file](https://unpkg.com/[email protected].1/dist/customScroll.css) | ||
* [Js file](https://unpkg.com/[email protected].2/dist/reactCustomScroll) | ||
* [css file](https://unpkg.com/[email protected].2/dist/customScroll.css) | ||
|
||
Wrap your content with the custom scroll component | ||
Remove any overflow style properties from your content root component - The custom scroll will take care of it | ||
|