Fix indirect links block height

This commit is contained in:
Stephen Abello
2021-05-20 15:02:51 +02:00
committed by Eric
parent 560b104d64
commit 4f05ac25f5

View File

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