mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix: Show NodeIcon tooltips by removing pointer-events: none (#6777)
fix: show NodeIcon tooltips by removing pointer-events: none
This commit is contained in:
parent
cf00ba7089
commit
eb898f744f
|
@ -126,12 +126,16 @@ export default defineComponent({
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
pointer-events: none;
|
||||
|
||||
svg {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
img,
|
||||
svg {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
.nodeIconPlaceholder {
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue