Merge pull request 'Fix user moderation dropdown clipping' () from sfr/pleroma-fe:fix/dropdown into develop

Reviewed-on: 
This commit is contained in:
floatingghost 2022-12-14 12:08:27 +00:00
commit 7bec96a1bf

View file

@ -2,7 +2,7 @@
.user-card {
position: relative;
z-index: 1;
z-index: 10;
&:hover {
--_still-image-img-visibility: visible;