mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore(slider): also unset max-width rule in bx--slider
This commit is contained in:
parent
86f380bbe7
commit
375b34c4ef
1 changed files with 1 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue