Skip to content

Commit

Permalink
[Slider] Tooltip positioning fixed for vertical slider (#37049)
Browse files Browse the repository at this point in the history
  • Loading branch information
PunitSoniME committed May 22, 2023
1 parent 72f7428 commit fe3d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const StyledSliderValueLabel = styled(SliderValueLabel, {
height: 8,
transform: 'translate(-50%, -50%) rotate(45deg)',
backgroundColor: 'inherit',
right: '-20%',
right: -8,
top: '50%',
},
}),
Expand Down

0 comments on commit fe3d7be

Please sign in to comment.