From 9470a9838b080bb535f5d1ea13362f0e840d2cee Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 23 Jul 2023 06:51:18 +0300 Subject: [PATCH] minor bugfix... Signed-off-by: Alex A. Naanou --- css/grid-n-view.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/grid-n-view.css b/css/grid-n-view.css index b446e1f..92057f4 100644 --- a/css/grid-n-view.css +++ b/css/grid-n-view.css @@ -113,7 +113,7 @@ body { z-index: 1; position: relative; } -.gallery.lightboxed .images img+.mark { +.gallery.lightboxed .images img.current+.mark { z-index: 2; position: fixed; bottom: 0;