Handle & Label Behavior #114
Replies: 3 comments 1 reply
-
.rangeHandle .rangeFloat {
top: -1em;
transform: translate(-50%, -100%) rotateX(0deg);
opacity: 1;
}
.rangeFloat {
pointer-events: auto;
} |
Beta Was this translation helpful? Give feedback.
-
Thanks @stevegiorgi for sharing this! |
Beta Was this translation helpful? Give feedback.
-
@simeydotme @stevegiorgi hi there, I'm fairly new to Svelte, so I'm not sure how to reach below the depth of the top level component exposed by the library to apply these styles. Could you help? I tried wrapping this in :global and just of course sticking it in <style> at the bottom of my +page.svelte (using SvelteKit, of course). When I open chrometools I can manually apply the styles but as is, it has no effect. |
Beta Was this translation helpful? Give feedback.
-
How can we make the handle + labels always visible and also have the ability to use the handles + labels as slider controls?
Edit: I've accomplished this by simply updating the CSS:
Beta Was this translation helpful? Give feedback.
All reactions