Fix indirect links block height

This commit is contained in:
Stephen Abello
2021-05-20 15:02:51 +02:00
parent a82a2df6aa
commit 7d9416cc81

View File

@@ -1,7 +1,8 @@
.ibo-block-indirect-links--edit--dialog{
overflow:hidden !important;
> form{
overflow: auto;
overflow: auto;
height: 100%
}
}