Skip to content

Commit

Permalink
see #16193 -- disable pointer events for the slider div to prevent so…
Browse files Browse the repository at this point in the history
…me strange pointer capture issues
  • Loading branch information
starakaj committed Jan 4, 2022
1 parent 4538eca commit c883204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ParameterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const ParamWrapper = styled.div`
background-color:lightgray;
position: absolute;
top: 50%;
pointer-events: none;
@media screen and (max-width: 35.5em) {
width: calc(100% - 5px);
Expand Down

0 comments on commit c883204

Please sign in to comment.