Skip to content

Handle & Label Behavior #114

Answered by simeydotme
stevegiorgi asked this question in Q&A
Discussion options

You must be logged in to vote

Edit: I've accomplished this by simply updating the CSS:

.rangeHandle .rangeFloat {
    top: -1em;
    transform: translate(-50%, -100%) rotateX(0deg);
    opacity: 1;
}

.rangeFloat {
    pointer-events: auto;
}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by simeydotme
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@simeydotme
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed Recipe Suggestion This could be good to add to Documentation site as a Recipe
3 participants