* fix(client): add `overflow: clip;` * fix(client): add `overflow: clip;` * Revert "fix(client): add `overflow: clip;`" This reverts commitc43226afde
. Revert "fix(client): add `overflow: clip;`" This reverts commitc722515105
. * feat(client): add z-index to .footer
This commit is contained in:
parent
e014c91899
commit
dffefdad95
|
@ -484,6 +484,11 @@ function showReactions(): void {
|
|||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&:hover > .article > .main > .footer > .footerButton {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue