From 648f4d9403560dd4d47821810c8b724f6eb46588 Mon Sep 17 00:00:00 2001 From: Alan Jacob Mathew <33965848+alanjacobmathew@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:20:46 +0530 Subject: [PATCH] Plugin Directory: Screenshot trigger icon css error Override the inherited z-index of the lightbox trigger icon so it sits behind the menu --- .../wp-content/plugins/plugin-directory/css/screenshots.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wordpress.org/public_html/wp-content/plugins/plugin-directory/css/screenshots.css b/wordpress.org/public_html/wp-content/plugins/plugin-directory/css/screenshots.css index 418085e036..69d3037248 100644 --- a/wordpress.org/public_html/wp-content/plugins/plugin-directory/css/screenshots.css +++ b/wordpress.org/public_html/wp-content/plugins/plugin-directory/css/screenshots.css @@ -217,6 +217,7 @@ #screenshots .wp-block-gallery.is-style-screenshots figure.wp-block-image button.lightbox-trigger { cursor: zoom-in; + z-index: 5; } /**