fixes image preview close on disabled zoom button click

This commit is contained in:
navedqb 2023-12-18 11:40:04 +05:30
parent f6c5cda987
commit 07e7fcf512

View file

@ -50,6 +50,10 @@ const css = `
justify-content: center;
align-items: center;
}
.p-image-action.p-disabled {
pointer-events: auto;
}
.p-image-preview {
transition: transform 0.15s;