Prevent node tooltip from breaking pan & zoom (#3760)

This commit is contained in:
filtered
2025-05-05 22:48:25 +10:00
committed by GitHub
parent 7a1a626b36
commit b5ae354bec

View File

@@ -131,6 +131,7 @@ useEventListener(window, 'click', hideTooltip)
<style lang="css" scoped>
.node-tooltip {
pointer-events: none;
background: var(--comfy-input-bg);
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);