We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9f7b1 commit 86fe730Copy full SHA for 86fe730
src/routes/+layout.svelte
@@ -486,7 +486,7 @@
486
}
487
488
489
- :global(.ssl-list[data-has-locked-axis='true']) {
+ :global(.ssl-root[data-has-locked-axis='true']) {
490
position: relative;
491
492
&::after {
@@ -540,7 +540,7 @@
540
541
542
543
- :global(.ssl-list[data-has-boundaries='true']) {
+ :global(.ssl-root[data-has-boundaries='true']) {
544
545
546
src/routes/with-wrapping/+page.svelte
@@ -47,7 +47,7 @@
47
max-width: 64.5rem;
48
49
50
- & .ssl-list {
+ & .ssl-root {
51
justify-content: center;
52
align-items: center;
53
0 commit comments