Closed vasiliy-vdovichenko closed 3 years ago
I was able to fix the problem by wrapping that example component in
` <div style={{ display: "flex", flexDirection: "column", overflow: "hidden", maxWidth: "100%" }}
<div style={{ overflowX: "auto" }}>`
See this example for details.
Hi I need really wide slider for dates, for this I have tried to make parent div to be 200% wide but it turned out that after this dragging doesn't works correctly.
When horizontal scroll is in left most position dragging works correctly. But when horizontal scroll is moved to right then active handle is shifted from the position I dragged or clicked.
Date time slider example which with 200% parent width
Is there any way to fix this problem?
Thank you