GIF button z-index issue (#16649)

* fix

* fix sneak in
This commit is contained in:
ludwiczakpawel 2022-02-24 09:40:18 +01:00 committed by GitHub
parent 8ec81e80e9
commit 80422120b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -583,8 +583,7 @@ article {
bottom: 0;
right: 0;
margin: var(--su-1);
z-index: var(--z-sticky);
border-radius: var(--radius);
z-index: var(--z-elevate);
display: flex;
align-items: center;
padding: var(--su-1) var(--su-2);
@ -597,7 +596,6 @@ article {
--bg-hover: var(--gif-bg);
--color: var(--gif-color);
--color-hover: var(--gif-color);
z-index: var(--z-sticky);
}
}