UX: lower copy link z-index (#29458)
This commit is contained in:
parent
7bcd46b87d
commit
04aed79028
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue