We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The maximum value should not depend on padding/margin that is potentially changed.
The slider exceeds the maximum value when the vertical padding is removed. This will change "break" the maximum value:
.rcp-body { padding-left: 0; padding-right: 0; }
This is my implementation of the component were the padding is adjusted:
This ticket is a follow up from #23 (comment). Turns out there is a different reason why the maximum value was not working yet for me.
Don't adjust the padding that are given for now.
The text was updated successfully, but these errors were encountered:
Duplicate #22
Sorry, something went wrong.
@Wondermarin thank you for the latest version, the ability to separate the components is great. My compliments!
Wondermarin
No branches or pull requests
My Environment
Expected Behavior:
The maximum value should not depend on padding/margin that is potentially changed.
Actual Behavior:
The slider exceeds the maximum value when the vertical padding is removed. This will change "break" the maximum value:
This is my implementation of the component were the padding is adjusted:
![](https://user-images.githubusercontent.com/6495166/140490258-42530041-b8b8-4093-b337-09929750e0bb.gif)
Additional Context:
This ticket is a follow up from #23 (comment). Turns out there is a different reason why the maximum value was not working yet for me.
Workaround:
Don't adjust the padding that are given for now.
The text was updated successfully, but these errors were encountered: