fix z-index?

This commit is contained in:
Chris Kruining 2025-05-18 18:28:18 +02:00
parent d683b051b6
commit 78b9857f57
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -50,8 +50,10 @@
container-type: scroll-state;
padding: 0;
position: relative;
isolation: isolate;
z-index: calc(var(--sibling-count) - var(--sibling-index));
order: calc(var(--sibling-count) - var(--sibling-index));
z-index: var(--sibling-index);
&:has(> :hover, > :focus-within) {
z-index: calc(var(--sibling-count) + 1);