mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-22 11:30:35 +03:00
prepare for v2.0.2 release
This commit is contained in:
@@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
### Bug Fixes
|
### 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`.
|
- The custom scrollbars are now always hidden if the `showNativeOverlaidScrollbars` option is `true`.
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "overlayscrollbars",
|
"name": "overlayscrollbars",
|
||||||
"private": true,
|
"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.",
|
"description": "A scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
|
||||||
"author": "Rene Haas | KingSora",
|
"author": "Rene Haas | KingSora",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user