I've added a few fields to my file entity and when adding a new image for example, this fields are no showed and you have to scroll.
I'm looking for a way to increase the height of this overlay.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ParisLiakos’s picture

a screenshot would help here

rodrigoaguilera’s picture

Ok, here it is.
I have to scroll to see the fields, and I want to make the modal window (overlay) bigger

alienzed’s picture

subscribing

dpfitzsi’s picture

Some CSS should help for this. This worked for me in media 1.x:

iframe#mediaBrowser {
 height: 581px;
}
Devin Carlson’s picture

Issue summary: View changes
Status: Active » Fixed
Related issues: +#1972628: Browser size doesn't fit it's content

This should be fixed in the latest -dev as part of #1972628: Browser size doesn't fit it's content.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.