Skip to content

Commit 2e55fd6

Browse files
not-mattendigo9740
andauthored
Allow full range slider (#3566)
Co-authored-by: Chris Simmons <gundamx9740@gmail.com>
1 parent b521920 commit 2e55fd6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/dry-paws-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@skeletonlabs/skeleton": patch
3+
---
4+
5+
bugfix: Allow thumb to slide full length in range slider for all browsers

packages/skeleton/src/utilities/form-inputs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
&[type='range'] {
6161
accent-color: var(--color-surface-950-50);
6262
box-shadow: none;
63+
padding-inline: initial;
6364
}
6465

6566
/* Color Picker Input --- */

0 commit comments

Comments
 (0)