Slider not interactable with negative min value

Hello,

I have an issue creating a master volume slider, audio mixer values goes from -80 to 20 but when I set my slider’s min value to -80 (or another negative value) I rarely can interact with the slider and almost all of the time I just can’t interact with it.

Otherwise the slider works perfectly with positive values (0 included).

Hopefully someone will be able to help me with this issue.

Thank you in advance for your help.

I have to add that I can change the slider value in the inspector, but I can’t drag on it in game and when I change its value in inspector, the slider in game move but the label displaying the value doesn’t change.

Ok, I just found the issue, my TextMeshPro used as label displaying the slider value was set with a too big width value which seems to be causing the issue here.