mirror of https://github.com/status-im/consul.git
ui: Add a max height and scroll to the intention perm header lists (#10128)
This commit is contained in:
parent
740613fcf1
commit
f79302d44a
|
@ -0,0 +1,4 @@
|
||||||
|
.consul-intention-permission-header-list {
|
||||||
|
max-height: 200px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
Loading…
Reference in New Issue