Allow report modal to be up to 80% of viewport height

This commit is contained in:
Thibaut Girka 2018-05-03 19:17:03 +02:00
parent c88e12fca6
commit bddb330a8a

View File

@ -4033,7 +4033,7 @@ a.status-card {
.report-modal__statuses {
flex: 1 1 auto;
min-height: 20vh;
max-height: 40vh;
max-height: 80vh;
overflow-y: auto;
overflow-x: hidden;