Skip to content

Commit

Permalink
fix(scrollBar): disable clickable when hide track
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung authored and mumiao committed Dec 29, 2023
1 parent 57804b6 commit e15b8b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/scrollBar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

&--hidden {
opacity: 0;
pointer-events: none;
transition: opacity 0.8s linear;
}
}
Expand Down Expand Up @@ -74,4 +75,4 @@
display: none;
}
}
}
}

0 comments on commit e15b8b6

Please sign in to comment.