mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-06-15 18:59:14 +08:00
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