mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user