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:
parent
6b6d993a1d
commit
9fde07dc45
|
@ -2497,3 +2497,7 @@ ng-include > .nav.nav-tabs {
|
|||
border-right: none;
|
||||
}
|
||||
|
||||
.modal-body{
|
||||
max-height: calc(100vh - 200px);
|
||||
overflow-y: auto;
|
||||
}
|
Loading…
Reference in New Issue