From c047ef5edf1d9595b58d1ff636dab192d496763e Mon Sep 17 00:00:00 2001 From: Amal Mathew Date: Wed, 20 Dec 2023 18:01:29 +0530 Subject: [PATCH] #4986: Fix Toolbar hidden when the image is zoomed --- components/lib/image/style/ImageStyle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/image/style/ImageStyle.js b/components/lib/image/style/ImageStyle.js index a6e9d82fd..02dc5a10a 100644 --- a/components/lib/image/style/ImageStyle.js +++ b/components/lib/image/style/ImageStyle.js @@ -43,6 +43,7 @@ const css = ` top: 0; right: 0; display: flex; + z-index: 1; } .p-image-action.p-link {