prevent vertical scrollbar from appearing when recal modal opens
This commit is contained in:
parent
36f73800d6
commit
096d1432fa
1 changed files with 3 additions and 0 deletions
|
|
@ -155,6 +155,9 @@ ol {
|
|||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
.modal {
|
||||
overflow: hidden;
|
||||
}
|
||||
#coverage-statement-text-block {
|
||||
color: #000000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue