prevent vertical scrollbar from appearing when recal modal opens

This commit is contained in:
Kroell 2023-03-23 11:27:02 -04:00
parent 36f73800d6
commit 096d1432fa

View file

@ -155,6 +155,9 @@ ol {
margin-bottom: .5rem;
}
}
.modal {
overflow: hidden;
}
#coverage-statement-text-block {
color: #000000;
}