22.03.2022, 09:48
The value is position automatically on either top or bottom. In your case it's position incorrectly because of the slider width that should be much smaller (36px instead of 250px):
Code:
.usermode .slider_light .slider {
width: 36px;
}