Add scrollbar to moderation checklist when too tall (#3319)
This commit is contained in:
parent
9bb9e13ee8
commit
74a12bd606
@ -140,6 +140,8 @@
|
|||||||
right: 1rem;
|
right: 1rem;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
max-width: calc(100% - 2rem);
|
max-width: calc(100% - 2rem);
|
||||||
|
max-height: calc(100vh - 2rem);
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user