You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ventralnet
added a commit
to ventralnet/Leaflet.zoomslider
that referenced
this issue
Nov 8, 2023
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.
The text was updated successfully, but these errors were encountered: