Writer field in combination with Kirby-Field-Block resolves in 'invisible' options
Opened this issue · 3 comments
ceesvanegmond commented
jongacnik commented
Hey, thanks for flagging. Heads up, I am quite busy with other projects and won't be able to look into this for some time. Let me know if you track anything down.
p.s. Looks like this functionality will be part of core in an upcoming release of Kirby, so perhaps you can make-do until then!
ceesvanegmond commented
@jongacnik It seems that it's an overflow problem. Adding this css in my panel.css seems to fix it but I don't know if this will harm something else within the package.
.k-block-fields-preview {
overflow: visible !important;
}
We could remove the overflow
property on .k-block-fields-preview
; that seems to fix it.
ceesvanegmond commented