ui: Add a max height and scroll to the intention perm header lists (#10128)
This commit is contained in:
parent
a5fc796d1f
commit
978d845680
|
@ -0,0 +1,4 @@
|
|||
.consul-intention-permission-header-list {
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
}
|
Loading…
Reference in New Issue