Adjust modal margin and enable vertical overflow in test result styles

This commit is contained in:
Nicolas Saillant 2024-12-05 13:50:09 +01:00
parent 7232ad1e91
commit f671190e15
1 changed files with 2 additions and 1 deletions

View File

@ -176,11 +176,12 @@ TABLE.result TD > a.package_name {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
overflow-y: auto;
} }
.modal-content { .modal-content {
background-color: white; background-color: white;
margin: 10% auto; margin: 3% auto;
padding: 20px; padding: 20px;
border: 1px solid #888; border: 1px solid #888;
width: 60%; width: 60%;