Merge pull request #1174 from AndreasK79/modal_css_height_fix

This CSS fix adds a scrollbar to the modal if content height is great…
This commit is contained in:
Andreas Kristiansen
2021-09-15 17:08:23 +02:00
committed by Peter Goodhall
parent f1ade7d3ef
commit e16f461f0a

View File

@@ -244,6 +244,7 @@ color: #ffffff;
}
}
/*
* Timepicker alignment
*/
@@ -251,6 +252,7 @@ color: #ffffff;
padding-right: 0;
padding-left: 0;
}
.modal-body {
max-height: calc(100vh - 200px);
overflow-y: auto;