improve changelog

This commit is contained in:
Rene Haas
2023-01-01 16:53:13 +01:00
parent 7b00fb42a1
commit 84b625c9f0
+2 -2
View File
@@ -8,13 +8,13 @@ Revert the `viewport` and `padding` style `position: relative` change introduced
### 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))
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