From 95d1f7732001178d6647f168e9171c081e7d54ee Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Tue, 29 Sep 2020 23:36:01 -0400 Subject: [PATCH] SizeInput: fix thumb not reaching end of track --- src/components/SizeInput/SizeInput.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SizeInput/SizeInput.css b/src/components/SizeInput/SizeInput.css index 33714e4..7529d38 100644 --- a/src/components/SizeInput/SizeInput.css +++ b/src/components/SizeInput/SizeInput.css @@ -24,7 +24,7 @@ flex: 1; border: none; margin: 0 0 0 12px; - -webkit-appearance: none; /* Override default CSS styles */ + -webkit-appearance: none; /* Override default CSS styles */ appearance: none; height: 1px; /* Specified height */ background: rgba(255, 255, 255, 0.3); @@ -46,7 +46,7 @@ appearance: none; width: 16px; /* Set a specific slider handle width */ height: 16px; /* Slider handle height */ - margin: 6px; + padding: 6px; border-radius: 50%; background: white; /* Green background */ cursor: pointer; /* Cursor on hover */ @@ -57,7 +57,7 @@ appearance: none; width: 16px; /* Set a specific slider handle width */ height: 16px; /* Slider handle height */ - margin: 6px; + padding: 6px; border-radius: 50%; background: white; /* Green background */ cursor: pointer; /* Cursor on hover */