Skip to content

Commit

Permalink
ARTEMIS-3043 - just a console tweak to add a scrollbar on the column …
Browse files Browse the repository at this point in the history
…picker modal in case its too big for the screen

https://issues.apache.org/jira/browse/ARTEMIS-3043
  • Loading branch information
andytaylor committed Jan 19, 2021
1 parent 6b6d993 commit 9fde07d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2497,3 +2497,7 @@ ng-include > .nav.nav-tabs {
border-right: none;
}

.modal-body{
max-height: calc(100vh - 200px);
overflow-y: auto;
}

0 comments on commit 9fde07d

Please sign in to comment.