don't reverse the order
This commit is contained in:
parent
3142ac6185
commit
ce62e92370
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@
|
|||
padding: 0;
|
||||
position: relative;
|
||||
|
||||
order: calc(var(--sibling-count) - var(--sibling-index));
|
||||
z-index: var(--sibling-index);
|
||||
z-index: calc(var(--sibling-count) - var(--sibling-index));
|
||||
|
||||
& > * {
|
||||
@supports (animation-timeline: view()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue