You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce it and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have extra dependencies other than react-scrollbars-custom. Paste the link to your JSFiddle or CodeSandbox example below:
What is the current behavior?
Thumb has wrong position on RTL
Steps to reproduce it and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have extra dependencies other than
react-scrollbars-custom
. Paste the link to your JSFiddle or CodeSandbox example below:https://codesandbox.io/s/rsc-live-example-forked-s8ib9?file=/src/RSCExample.jsx
What is the expected behavior?
if you edit
/public/index.html
and replace<body dir='rtl'>
with<body>
you can see scroll thumb works well , but in RTL mode its out of visible viewA little about versions:
react-scrollbars-custom
: 4.0.25The text was updated successfully, but these errors were encountered: