core icon indicating copy to clipboard operation
core copied to clipboard

Move the containers toolbar into a container div in edit mode

Open fmontes opened this issue 2 years ago • 0 comments

Describe the bug Containers directly in the <body style="display: flex"> (no wrapper around) breaks the container.

To Reproduce Steps to reproduce the behavior:

  1. Create an advanced template with this code (update the container if need it)
  2. Create a page and assign that template
  3. Edit the page and add a piece of content (if you can)
  4. See error
image

Expected behavior Container should work under any circumstances.

Additional context The problem is that the container toolbar lives outside the container div and gets affected by the outside CSS (like the body).

fmontes avatar May 06 '22 15:05 fmontes