Tweak z-index for buttons in liquid tags (#17196)

* Tweak z-index for buttons in liquid tags

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>

* Tweak z-index for buttons in liquid tags more simply

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya N 2022-04-12 16:48:27 +09:00 committed by GitHub
parent 44ab69ae4e
commit 038d355422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -332,7 +332,7 @@
padding: 0.35em 0 1.35em;
box-shadow: -0 -0 60px 42px var(--card-bg);
position: relative;
z-index: 100;
z-index: var(--z-elevate);
.gh-btn {
@extend .crayons-btn;

View file

@ -138,7 +138,7 @@
.ltag__stackexchange--btn--container {
padding: 0.1em 0 1.15em;
z-index: 100;
z-index: var(--z-elevate);
text-align: center;
position: relative;
box-shadow: 0px 0px 60px 42px #fff;

View file

@ -31,7 +31,7 @@
box-shadow: -0px -0px 60px 42px #fff;
box-shadow: -0px -0px 60px 42px var(--card-bg);
position: relative;
z-index: 100;
z-index: var(--z-elevate);
}
.tt-btn {