Open bukzor opened 7 years ago
Here's a demo https://thimbleprojects.org/bukzor/301206/
And a screenshot: (This is a 1-100 slider with sliders at 50 and 100.)
I'm dealing with this too. How do we adjust the width, it would be nice if it defaulted to 100% inside it's container, then we could just adjust the container.
Having the same problem, any solution or workaround yet?
Put the input in a div
wich has position: relative;
style.
If we give the input width:100% and place it in a parent that has padding, the multirange input doesn't look right. The "ghost" input has the right width, but the "original" (which is given position:absolute) has a width that doesn't respect the padding.