prepare for v2.0.2 release

This commit is contained in:
Rene Haas
2022-12-27 15:33:58 +01:00
parent 2e60653551
commit 86115c8ee0
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -4,6 +4,12 @@
### Bug Fixes
- The `viewport` and `padding` elements won't have the style `position: relative` anymore if its not needed. The style is only needed for older browsers. ([#489](https://github.com/KingSora/OverlayScrollbars/issues/489))
## 2.0.1
### Bug Fixes
- The custom scrollbars are now always hidden if the `showNativeOverlaidScrollbars` option is `true`.
### Improvements
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "overlayscrollbars",
"private": true,
"version": "2.0.1",
"version": "2.0.2",
"description": "A scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
"author": "Rene Haas | KingSora",
"license": "MIT",