Merge pull request #4987 from qburst/master

Fix #4986: Toolbar is hidden when the image is zoomed
pull/4992/head
Tuğçe Küçükoğlu 2023-12-21 10:26:15 +03:00 committed by GitHub
commit 2c4bd884f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ const css = `
top: 0; top: 0;
right: 0; right: 0;
display: flex; display: flex;
z-index: 1;
} }
.p-image-action.p-link { .p-image-action.p-link {