ARTEMIS-3043 - just a console tweak to add a scrollbar on the column picker modal in case its too big for the screen

https://issues.apache.org/jira/browse/ARTEMIS-3043
This commit is contained in:
Andy Taylor 2021-01-18 11:30:57 +00:00
parent 6b6d993a1d
commit 9fde07dc45
1 changed files with 4 additions and 0 deletions

View File

@ -2497,3 +2497,7 @@ ng-include > .nav.nav-tabs {
border-right: none;
}
.modal-body{
max-height: calc(100vh - 200px);
overflow-y: auto;
}