Skip to content

Commit cd28bfa

Browse files
committed
v2.11.2
1 parent 33b0578 commit cd28bfa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/overlayscrollbars/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.11.2
4+
5+
### Improvements
6+
7+
- Streamline css styles for the viewport and wrapper elements to allow overwrites of the `overflow` property. [#718](https://github.com/KingSora/OverlayScrollbars/issues/718)
8+
9+
### Bug Fixes
10+
11+
- Initialization bridging via `data-overlayscrollbars-initialize` conflicted with the `showNativeOverlaidScrollbars: true` option when initialized to the body element. [#713](https://github.com/KingSora/OverlayScrollbars/issues/713)
12+
313
## 2.11.1
414

515
### Improvements

packages/overlayscrollbars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "overlayscrollbars",
33
"private": true,
44
"type": "module",
5-
"version": "2.11.1",
5+
"version": "2.11.2",
66
"description": "A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel.",
77
"author": "Rene Haas | KingSora",
88
"license": "MIT",

0 commit comments

Comments
 (0)