Skip to content

Commit

Permalink
Add scrollbar to moderation checklist when too tall (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector authored Mar 3, 2025
1 parent 9bb9e13 commit 74a12bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/frontend/src/assets/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 74a12bd

Please sign in to comment.