If using a media field type within a repeatable subform there is an issue with the background overlay of the media lightbox once the number of new subforms extends beyond the viewport. The background overlay of the media field lightbox does not extend to the full height of the screen
Subform code example...
<?xml version="1.0" encoding="UTF-8"?>
<form>
<fieldset name="images" class="image-subform">
<field name="j51_image" type="media" default="" label="MOD_J51_IMAGE" description="MOD_J51_IMAGE_DESC" size="30" />
<field name="j51_text" type="textarea" filter="raw" rows="4" cols="42" default="" label="MOD_J51_IMAGETEXT" description="MOD_J51_IMAGETEXT_DESC" />
</fieldset>
</form>
Backgound overlay does not extend to the full height of the screen.
Joomla 3.6.2
Yes, this works. Please submit a PR for it
If you don't know how pull requests works please have a look here: https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests
Possible CSS fix....