]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1535191 - Can't scroll attachments in lightbox view
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 21 Mar 2019 22:22:36 +0000 (18:22 -0400)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2019 22:22:36 +0000 (18:22 -0400)
extensions/BugModal/web/bug_modal.css

index 47bd806b5dea0cf95e74a353d87b23ba74523833..ca1198c1298933f886a72b6874d875af24a50172 100644 (file)
@@ -1045,6 +1045,8 @@ a.lightbox-icon.markdown {
 
 #lb_overlay2 {
     position: absolute;
+    overflow: auto;
+    bottom: 0;
     left: 0px;
     width: 100%;
     text-align: center;