Skip to content

Commit 6dc036f

Browse files
BoyYangzai洋
andauthored
fix: error z-index with track handle (#913)
Co-authored-by: 洋 <[email protected]>
1 parent df32036 commit 6dc036f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
&-handle {
5858
position: absolute;
59+
z-index: 1;
5960
width: 14px;
6061
height: 14px;
6162
margin-top: -5px;
@@ -194,6 +195,8 @@
194195
}
195196

196197
&-handle {
198+
position: absolute;
199+
z-index: 1;
197200
margin-top: 0;
198201
margin-left: -5px;
199202
touch-action: pan-y;

0 commit comments

Comments
 (0)