chore(slider): also unset max-width rule in bx--slider

This commit is contained in:
Eric Liu 2022-06-18 06:17:09 -07:00
commit 375b34c4ef

View file

@ -160,6 +160,7 @@
tabindex="-1"
class:bx--slider="{true}"
class:bx--slider--disabled="{disabled}"
style="{fullWidth ? 'max-width: none' : undefined}"
on:mousedown="{startDragging}"
on:mousedown="{startHolding}"
on:touchstart="{startHolding}"