Skip to content

Commit 9a34f58

Browse files
authored
Merge pull request #4 from qburst/fix/primefaces#4986-toolbar-is-hidden-when-the-image-is-zoomed
Fix toolbar is hidden when the image is zoomed
2 parents 52ae8ea + 05822f4 commit 9a34f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/lib/image/style/ImageStyle.js

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const css = `
4343
top: 0;
4444
right: 0;
4545
display: flex;
46+
z-index: 1;
4647
}
4748
4849
.p-image-action.p-link {

0 commit comments

Comments
 (0)