mirror of https://github.com/CGAL/cgal
Adjust modal margin and enable vertical overflow in test result styles
This commit is contained in:
parent
7232ad1e91
commit
f671190e15
|
|
@ -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%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue