rtl doesn't work in Edge browser
aiyazkhorajia opened this issue · 1 comments
aiyazkhorajia commented
rtl={true}
props is not working on edge browser
I have setup scroll on right to left it is working in all browser except edge.
following is the code.
<Scrollbar rtl style={{ width: "100%", height: "100%" }} noScroll={noScrollflag} onScrollStop={handleScroll}> <UsageCol dailyGoal={sliderValue} sessionData={sessionData} sendPositionData={getFirstPlaceholerPos} scrollValue={scrollValue} /> </Scrollbar>
it should display the scroll from right to left
A little about versions:
- OS: Windows:
- Browser: Edge latest:
- React:
react-scrollbars-custom
:
aiyazkhorajia commented
I would be highly appreciate if you can guide me on this.