From 7524c4ac8f05e88b5f5cd8b2f658916673ed3656 Mon Sep 17 00:00:00 2001 From: nscnm87 Date: Fri, 8 Nov 2019 13:26:57 +0100 Subject: [PATCH] Relationed with the js file pull request In order to fix the overlay resize this change is needed to fix the overlay position --- src/css/lightbox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/lightbox.css b/src/css/lightbox.css index b3b0beb3..ab83d780 100644 --- a/src/css/lightbox.css +++ b/src/css/lightbox.css @@ -3,7 +3,7 @@ body.lb-disable-scrolling { } .lightboxOverlay { - position: absolute; + position: fixed; top: 0; left: 0; z-index: 9999;