react-circle-slider icon indicating copy to clipboard operation
react-circle-slider copied to clipboard

Please fix slider thumb which is getting cropped

Open ShivamJoker opened this issue 4 years ago • 3 comments

image This doesn't looks good and i can't fix it using ref so opening the issue

ShivamJoker avatar Aug 23 '19 11:08 ShivamJoker

Can't fix it either, were you able to find a fix for it?

AntoLepejian avatar Sep 25 '19 13:09 AntoLepejian

@ShivamJoker , @AntoLepejian Sorry I can't fix it. There is too much work now. When I get free I'll fix it

dmitrymorozoff avatar Sep 25 '19 13:09 dmitrymorozoff

A temporal solution might be thru CSS. This worked for me:

.container > svg: { overflow: 'visible' }

jhonny9550 avatar Aug 17 '20 07:08 jhonny9550