Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writer field in combination with Kirby-Field-Block resolves in 'invisible' options #18

Open
ceesvanegmond opened this issue Mar 27, 2023 · 3 comments

Comments

@ceesvanegmond
Copy link

Hello,

When using the writer field in a block preview; not all options are visible.
Probably a z-index? I cannot seem to debug it properly because whenever I want to inspect something the whole <div> disappears.

Screenshot_2023-03-23_at_12 34 51

Screenshot 2023-03-27 at 11 16 42

@jongacnik
Copy link
Owner

jongacnik commented Mar 27, 2023

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
Copy link
Author

@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
Copy link
Author

#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants