Skip to content

Commit

Permalink
Slider: make the handle area outside of the bar clickable (aragon#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
rperez89 authored and corydickson committed Apr 7, 2020
1 parent 001abec commit f6f04d6
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 f6f04d6

Please sign in to comment.