SizeInput: fix thumb not reaching end of track

This commit is contained in:
rektdeckard
2020-09-29 23:36:01 -04:00
parent acf53eb9a0
commit 95d1f77320

View File

@@ -46,7 +46,7 @@
appearance: none; appearance: none;
width: 16px; /* Set a specific slider handle width */ width: 16px; /* Set a specific slider handle width */
height: 16px; /* Slider handle height */ height: 16px; /* Slider handle height */
margin: 6px; padding: 6px;
border-radius: 50%; border-radius: 50%;
background: white; /* Green background */ background: white; /* Green background */
cursor: pointer; /* Cursor on hover */ cursor: pointer; /* Cursor on hover */
@@ -57,7 +57,7 @@
appearance: none; appearance: none;
width: 16px; /* Set a specific slider handle width */ width: 16px; /* Set a specific slider handle width */
height: 16px; /* Slider handle height */ height: 16px; /* Slider handle height */
margin: 6px; padding: 6px;
border-radius: 50%; border-radius: 50%;
background: white; /* Green background */ background: white; /* Green background */
cursor: pointer; /* Cursor on hover */ cursor: pointer; /* Cursor on hover */