Skip to content

Commit

Permalink
Slider: make the handle area outside of the bar clickable (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
rperez89 authored Apr 3, 2020
1 parent 1000a3c commit 9b9cac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ class Slider extends React.Component {
height: ${HANDLE_SIZE}px;
border: 1px solid ${theme.border};
border-radius: 50%;
cursor: pointer;
pointer-events: auto;
`}
/>
</HandlePosition>
Expand Down

0 comments on commit 9b9cac5

Please sign in to comment.