fixes image preview close on disabled zoom button click
parent
f6c5cda987
commit
07e7fcf512
|
@ -50,6 +50,10 @@ const css = `
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-image-action.p-disabled {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.p-image-preview {
|
.p-image-preview {
|
||||||
transition: transform 0.15s;
|
transition: transform 0.15s;
|
||||||
|
|
Loading…
Reference in New Issue