Skip to content

Commit

Permalink
Merge pull request #1 from qburst/fix/#4986-toolbar-is-hidden-when-th…
Browse files Browse the repository at this point in the history
…e-image-is-zoomed

Fix #4986: Toolbar is hidden when the image is zoomed
  • Loading branch information
amal-qb authored Dec 20, 2023
2 parents d564610 + c047ef5 commit 5c959c0
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 5c959c0

Please sign in to comment.