don't reverse the order

This commit is contained in:
Chris Kruining 2025-04-17 00:06:19 +02:00
parent 3142ac6185
commit ce62e92370
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -51,8 +51,7 @@
padding: 0; padding: 0;
position: relative; position: relative;
order: calc(var(--sibling-count) - var(--sibling-index)); z-index: calc(var(--sibling-count) - var(--sibling-index));
z-index: var(--sibling-index);
& > * { & > * {
@supports (animation-timeline: view()) { @supports (animation-timeline: view()) {