Skip to content

Commit

Permalink
Merge pull request #4987 from qburst/master
Browse files Browse the repository at this point in the history
Fix #4986: Toolbar is hidden when the image is zoomed
  • Loading branch information
tugcekucukoglu authored Dec 21, 2023
2 parents fdf205d + 5c959c0 commit 2c4bd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/image/style/ImageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const css = `
top: 0;
right: 0;
display: flex;
z-index: 1;
}
.p-image-action.p-link {
Expand Down

0 comments on commit 2c4bd88

Please sign in to comment.