Skip to content
New issue

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

Slider rail and Slider knob require box-sizing content-box #77

Open
ventralnet opened this issue Nov 8, 2023 · 0 comments · May be fixed by #78
Open

Slider rail and Slider knob require box-sizing content-box #77

ventralnet opened this issue Nov 8, 2023 · 0 comments · May be fixed by #78

Comments

@ventralnet
Copy link

Popular css libraries will try to make box sizing consistent. For example bootstrap sets content box to border-box. If you have a bootstrap project and try to use zoomslider the slider rail won't show and the knob styling will be smaller than desired.

Setting zoomsliders body and knob box-sizing to content-box fixes things.

ventralnet added a commit to ventralnet/Leaflet.zoomslider that referenced this issue Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant