fix svelte check issues
This commit is contained in:
parent
bd7c681ee2
commit
1ee82f4f5a
2 changed files with 0 additions and 2 deletions
|
|
@ -52,7 +52,6 @@
|
|||
<BodyText text={foobarText} />
|
||||
|
||||
<HorizontalScroller
|
||||
width="fluid"
|
||||
height="800lvh"
|
||||
direction="right"
|
||||
bind:scrollProgress
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
{#snippet backgroundSnippet()}
|
||||
<!-- Add custom background HTML or component -->
|
||||
<HorizontalScroller
|
||||
width="fluid"
|
||||
height="100lvh"
|
||||
direction="right"
|
||||
bind:scrollProgress={progress}
|
||||
|
|
|
|||
Loading…
Reference in a new issue