Merge pull request #7036 from opf/fix/29482-Editor-dropdown-is-cut-off-when-opened-to-top

[29482] Editor dropdown is cut off when opened to top

[ci skip]
pull/7035/head
Oliver Günther 6 years ago committed by GitHub
commit 19eb105102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/assets/stylesheets/content/_forms.sass
  2. 2
      app/views/wiki/_page_form.html.erb
  3. 2
      modules/my_project_page/app/views/my_projects_overviews/_block_textilizable.html.erb

@ -399,6 +399,9 @@ fieldset.form--fieldset
&.-vertical &.-vertical
display: block display: block
.form--field.-visible-overflow &
overflow: visible
&:nth-of-type(n+2), &:nth-of-type(n+2),
.form--field.-no-label & .form--field.-no-label &

@ -10,7 +10,7 @@
<% end %> <% end %>
<% end %> <% end %>
<div class="attributes-group wiki--content--attribute"> <div class="attributes-group wiki--content--attribute form--field -visible-overflow">
<%= f.text_area :text, <%= f.text_area :text,
cols: 100, cols: 100,
rows: 25, rows: 25,

@ -51,7 +51,7 @@ See doc/COPYRIGHT.md for more details.
</div> </div>
</div> </div>
<div class="form--field -required"> <div class="form--field -required -visible-overflow">
<%= styled_label_tag "textile_#{block_name}", t('info_custom_text') %> <%= styled_label_tag "textile_#{block_name}", t('info_custom_text') %>
<div class="form--field-container" ng-non-bindable> <div class="form--field-container" ng-non-bindable>

Loading…
Cancel
Save