From 84b625c9f02752bbab9697e697916b8330b726df Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Sun, 1 Jan 2023 16:53:13 +0100 Subject: [PATCH] improve changelog --- packages/overlayscrollbars/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/overlayscrollbars/CHANGELOG.md b/packages/overlayscrollbars/CHANGELOG.md index 970346d..3c95a86 100644 --- a/packages/overlayscrollbars/CHANGELOG.md +++ b/packages/overlayscrollbars/CHANGELOG.md @@ -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