Skip to content

Commit

Permalink
fix: error z-index with track handle (#913)
Browse files Browse the repository at this point in the history
Co-authored-by: 洋 <hetongyang@bytedance.com>
  • Loading branch information
BoyYangzai and committed Jun 1, 2023
1 parent df32036 commit 6dc036f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/index.less
Expand Up @@ -56,6 +56,7 @@

&-handle {
position: absolute;
z-index: 1;
width: 14px;
height: 14px;
margin-top: -5px;
Expand Down Expand Up @@ -194,6 +195,8 @@
}

&-handle {
position: absolute;
z-index: 1;
margin-top: 0;
margin-left: -5px;
touch-action: pan-y;
Expand Down

0 comments on commit 6dc036f

Please sign in to comment.