1
0

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

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);