forked from AkkomaGang/akkoma-fe
Fix user moderation dropdown clipping
This commit is contained in:
parent
9bf310d509
commit
830e8fdb45
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
.user-card {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
|
||||
&:hover {
|
||||
--_still-image-img-visibility: visible;
|
||||
|
|
Loading…
Reference in a new issue