mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
fixes image preview close on disabled zoom button click
This commit is contained in:
parent
f6c5cda987
commit
07e7fcf512
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue