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

Complex fields collapse bug #1214

Open
jerome-barbato opened this issue Jan 24, 2024 · 0 comments
Open

Complex fields collapse bug #1214

jerome-barbato opened this issue Jan 24, 2024 · 0 comments

Comments

@jerome-barbato
Copy link

Version

  • Carbon Fields: 3.6.3
  • WordPress: 6.4.2
  • PHP: 8

Expected Behavior

Item is collapsed

Actual Behavior

Nothing change

Steps to Reproduce the Problem

Create a block, add a complex field,
Create a page, add the block, edit it in the sidebar

Comments

When editing a block in the sidebar, the item would not collapse because of a CSS issue.

.cf-complex__group-body[hidden]{ display: none; } is overridden by .edit-post-sidebar .cf-complex__group-body { display: block; }

Screenshot from 2024-01-24 14-00-13

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

1 participant