Please fix the modal dialogs on tickets. They don’t allow scrolling when they overflow the screen height. Here’s the CSS to correct the problem.
.modal-content {
max-height: 90vh;
overflow: auto;
}
Please fix the modal dialogs on tickets. They don’t allow scrolling when they overflow the screen height. Here’s the CSS to correct the problem.
.modal-content {
max-height: 90vh;
overflow: auto;
}