Closed rafawashere1 closed 3 months ago
Good day @rafawashere1
This is a consequence of overlaid scrollbars.. Since scrollbars are overlaid over the content you can run into this issue on native platforms as well. This is an example of the elements arrangement you described: https://jsfiddle.net/c3dofszk/ Viewing this on macOS or any other OS with natively overlaid scrollbars will have overlapping scrollbars. I would say its up to you as a developer to ensure this doesn't happen..
Describe the bug When parent and child containers have the same size and both have scrollbars, OverlayScrollbars tends to overlap the scrollbars instead of positioning them side-by-side.
To Reproduce
Expected behavior The scrollbars should be positioned side-by-side, rather than overlapping each other. For example, when I combined OverlayScrollbars with the native scrollbar from the browser, the expected behavior was achieved:
Code Example
Additional context I'm using these versions:
"overlayscrollbars": "~2.9.2" "overlayscrollbars-ngx": "~0.5.1"
and I'm using the OverlayScrollbars directive.