You've already forked AstralRinth
forked from didirus/AstralRinth
Add scrollbar to moderation checklist when too tall (#3319)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user