Edit button for nested paragraph appears outside of area

Created on 30 October 2020, almost 4 years ago
Updated 22 September 2021, about 3 years ago

Problem/Motivation

Edit button for nested paragraphs appears outside of edit area in backend.

Steps to reproduce

Create a paragraph type with an entity reference field, i.e. a paragraph within a paragraph. When editing, the edit button on the right is outside of the edit area.

Proposed resolution

Re-add the following scss to css/paragraphs.widget.scss, that broke the interface when it was removed:

.dropbutton-widget {
  position: static;
}

The corresponding css for the change:

.js .field--widget-paragraphs .dropbutton-widget {
  position: static;
}
πŸ› Bug report
Status

Postponed: needs info

Version

1.11

Component

User interface

Created by

πŸ‡©πŸ‡°Denmark bartvig

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States msbtterswrth

    I can confirm this is an issue in the seven admin theme still. I can also confirm adding the above css to a theme override fixes the issue. Missed that there was an existing patch :hides:

Production build 0.71.5 2024