Simplebar: Native scrollbar is visible under simplebar

Created on 17 Sep 2020  路  1Comment  路  Source: Grsmto/simplebar

Hi

https://codesandbox.io/s/determined-joliot-bbmtb

iOS 14, Safari & Chrome

image

There is nothing special in this example.

http://grsmto.github.io/simplebar/ is working just fine.

Thank you

Your environment

| Software | Version(s) |
| ---------------- | ---------- |
| SimpleBar | 5.2.1
| Browser | Safari / iOS Chrome
| npm/Yarn | ?
| Operating System | iOS

Most helpful comment

Possible fix

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

>All comments

Possible fix

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

artaommahe picture artaommahe  路  6Comments

adjourn picture adjourn  路  6Comments

JoshClose picture JoshClose  路  7Comments

Aleksandr2015 picture Aleksandr2015  路  6Comments

ghost picture ghost  路  4Comments