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 GitHub
parent a5fc796d1f
commit 978d845680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}