Merge pull request #4976 from qburst/4968--fix-disabled-zoom-issue
fix: fix image preview close on disabled zoom button clickpull/4987/head
commit
6d40283801
|
@ -51,6 +51,10 @@ const css = `
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.p-image-action.p-disabled {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.p-image-preview {
|
||||
transition: transform 0.15s;
|
||||
max-width: 100vw;
|
||||
|
|
Loading…
Reference in New Issue