Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Altermoe committed Jan 13, 2023
1 parent 033670c commit b15d273
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/slider/Slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ useSubscription(slideObservable.subscribe(({ startValue, moveLen }) => {
user-select: none;
cursor: var(--thumb-cursor);
}
.thumb::before {
content: '';
position: absolute;
}
.positioning-element {
width: 0;
Expand Down

0 comments on commit b15d273

Please sign in to comment.