diff --git a/app/assets/css/app.css b/app/assets/css/app.css index 4ce4aab3c..e41e1b01c 100644 --- a/app/assets/css/app.css +++ b/app/assets/css/app.css @@ -1016,3 +1016,10 @@ json-tree .branch-preview { .w-full { width: 100%; } + +/* uib-typeahead override */ +#scrollable-dropdown-menu .dropdown-menu { + max-height: 300px; + overflow-y: auto; +} +/* !uib-typeahead override */ diff --git a/app/portainer/components/tag-selector/tagSelector.html b/app/portainer/components/tag-selector/tagSelector.html index 888af452e..d893ff989 100644 --- a/app/portainer/components/tag-selector/tagSelector.html +++ b/app/portainer/components/tag-selector/tagSelector.html @@ -15,7 +15,7 @@ -