UX: lower copy link z-index (#29458)

This commit is contained in:
chapoi 2024-10-29 10:35:14 +01:00 committed by GitHub
parent 7bcd46b87d
commit 04aed79028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
font-size: var(--font-down-2);
opacity: 1;
transition: opacity 0.5s ease-in-out;
z-index: z("modal", "popover");
z-index: calc(z("timeline") + 1);
&.-success {
color: var(--success);
}