scroll in modal dialog on overflows

This commit is contained in:
Matthias Hannig 2018-10-23 16:45:45 +02:00
parent ff2bc5d5da
commit 9fa795bb88

View File

@ -11,6 +11,13 @@
}
}
.modal-dialog {
.modal-body {
max-height: 70vh;
overflow: scroll;
}
}
.bgp-attributes-modal {
.modal-header {
p {