Skip to content

Commit 86fe730

Browse files
docs: update demo pages to reflect latest changes
1 parent ff9f7b1 commit 86fe730

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/routes/+layout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
}
487487
}
488488
489-
:global(.ssl-list[data-has-locked-axis='true']) {
489+
:global(.ssl-root[data-has-locked-axis='true']) {
490490
position: relative;
491491
492492
&::after {
@@ -540,7 +540,7 @@
540540
}
541541
}
542542
543-
:global(.ssl-list[data-has-boundaries='true']) {
543+
:global(.ssl-root[data-has-boundaries='true']) {
544544
position: relative;
545545
546546
&::after {

src/routes/with-wrapping/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
max-width: 64.5rem;
4848
}
4949
50-
& .ssl-list {
50+
& .ssl-root {
5151
justify-content: center;
5252
align-items: center;
5353
}

0 commit comments

Comments
 (0)