We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c609530 commit 259970eCopy full SHA for 259970e
assets/index.less
@@ -128,7 +128,6 @@
128
border-color: tint(@primary-color, 50%);
129
}
130
&-reverse {
131
- margin-left: 0;
132
margin-right: -4px;
133
134
src/Handle.jsx
@@ -87,7 +87,7 @@ export default class Handle extends React.Component {
87
const positionStyle = vertical ? {
88
[reverse ? 'top' : 'bottom']: `${offset}%`,
89
[reverse ? 'bottom' : 'top']: 'auto',
90
- transform: `translateY(+50%)`,
+ transform: reverse ? null : `translateY(+50%)`,
91
} : {
92
[reverse ? 'right' : 'left']: `${offset}%`,
93
[reverse ? 'left' : 'right']: 'auto',
0 commit comments