mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-03 12:10:11 +00:00
Prevent node tooltip from breaking pan & zoom (#3760)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user