Fixed broken overflow for wysiwyg popups on project create page

This adds -overflow-visible as a modifier to the form field. It's relatively ad-hoc, but is in line with existing forms.
pull/8918/head
Benjamin Bädorf 4 years ago committed by Oliver Günther
parent 49c5ba3dff
commit 7dafd95ae8
  1. 2
      app/views/projects/form/_project_attributes.html.erb
  2. 2
      app/views/projects/form/attributes/_status.html.erb

@ -54,7 +54,7 @@ See docs/COPYRIGHT.rdoc for more details.
locals: { form: form } %>
<%= render partial: "projects/form/attributes/public",
locals: { form: form } %>
<%= render partial: "projects/form/attributes/status",
<%= render partial: "projects/form/attributes/status",
locals: { form: form } %>
<% unless all_fields %>
<%= render partial: "customizable/form",

@ -40,7 +40,7 @@ See docs/COPYRIGHT.rdoc for more details.
include_blank: true,
container_class: '-wide' %>
</div>
<div class="form--field">
<div class="form--field -visible-overflow">
<%= status_form.text_area :explanation,
with_text_formatting: true,
macros: false,

Loading…
Cancel
Save