Open jerome-barbato opened 10 months ago
Item is collapsed
Nothing change
Create a block, add a complex field, Create a page, add the block, edit it in the sidebar
When editing a block in the sidebar, the item would not collapse because of a CSS issue.
.cf-complexgroup-body[hidden]{ display: none; } is overridden by .edit-post-sidebar .cf-complexgroup-body { display: block; }
Version
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-complexgroup-body[hidden]{ display: none; } is overridden by .edit-post-sidebar .cf-complexgroup-body { display: block; }