fix scroller bg class name to step-background from step
This commit is contained in:
parent
f3d7896728
commit
5a0a5c3d94
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
{#each steps as step, i}
|
||||
{#if showStep(i)}
|
||||
<div
|
||||
class={`step step-${i + 1} w-full absolute`}
|
||||
class={`step-background step-${i + 1} w-full absolute`}
|
||||
class:visible={isVisible(i)}
|
||||
class:invisible={!isVisible(i)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue