fixes image preview close on disabled zoom button click
parent
f6c5cda987
commit
07e7fcf512
|
@ -51,6 +51,10 @@ const css = `
|
||||||
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;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
|
|
Loading…
Reference in New Issue