ui: Add a max height and scroll to the intention perm header lists (#10128)

This commit is contained in:
John Cowen 2021-04-29 10:41:26 +01:00 committed by hc-github-team-consul-core
parent 740613fcf1
commit f79302d44a
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.consul-intention-permission-header-list {
max-height: 200px;
overflow: auto;
}