Commit aff31974 authored by Mark Harding's avatar Mark Harding

(chore): only use scrollable area if needed

1 merge request!307Epic/reporting and moderation
Pipeline #62551039 passed with stage
in 7 minutes and 37 seconds
m-jurydutysession__summons .m-modal-container {
overflow: auto;
height: 95%;
height: 95vh;
// overflow: auto;
// height: 95%;
// height: 95vh;
}
.m-juryDutySession__summons {
padding: 24px 16px;
max-height: 70%;
max-height: 70vh;
overflow: auto;
h2 {
font-weight: 600;
font-size: 26px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment