Swiping up from the bottom brings the footer along. Let go and swipe up again anywhere in the media list. The footer scrolls up no matter where you swipe. This is something I see with some regularity around the web. Footers add an extra element of scroll that often eclipse the scroll you actually want.
#gallery-89 {
margin: auto;
}
#gallery-89 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-89 img {
border: 2px solid #cfcfcf;
}
#gallery-89 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Footer comes along when trying to scroll the library and accidentally scrolling the footer
- The footer can scroll offscreen and stay there

