refactor: Removed z-indexes #135 (#136)

This commit is contained in:
Derrick Pelletier
2016-08-16 09:32:21 +08:00
committed by Benjy Cui
parent f55b2ec283
commit 1a8331bcf1
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -468,11 +468,11 @@ class Slider extends React.Component {
onTouchStart={disabled ? noop : this.onTouchStart.bind(this)}
onMouseDown={disabled ? noop : this.onMouseDown.bind(this)}
>
{handles}
{tracks}
<Steps prefixCls={prefixCls} vertical = {vertical} marks={marks} dots={dots} step={step}
included={isIncluded} lowerBound={bounds[0]}
upperBound={bounds[bounds.length - 1]} max={max} min={min} />
{handles}
<Marks className={prefixCls + '-mark'} vertical = {vertical} marks={marks}
included={isIncluded} lowerBound={bounds[0]}
upperBound={bounds[bounds.length - 1]} max={max} min={min} />