UX: fix overflow usercard (#28558)

This commit is contained in:
chapoi 2024-08-27 01:47:55 +02:00 committed by GitHub
parent df6c152fa1
commit 1ed90c4d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@
}
}
.fk-d-menu:has(.user-card) {
.fk-d-menu__inner-content {
overflow: visible;
}
}
.user-card,
.group-card {
--card-width: 39em;