Add scrollbar to moderation checklist when too tall (#3319)

This commit is contained in:
Prospector 2025-03-02 18:37:31 -08:00 committed by GitHub
parent 9bb9e13ee8
commit 74a12bd606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,8 @@
right: 1rem;
z-index: 100;
max-width: calc(100% - 2rem);
max-height: calc(100vh - 2rem);
overflow-y: auto;
> div {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);