diff --git a/frontend/src/components/GraphCanvas.svelte b/frontend/src/components/GraphCanvas.svelte index eff48f5..28c7717 100644 --- a/frontend/src/components/GraphCanvas.svelte +++ b/frontend/src/components/GraphCanvas.svelte @@ -877,11 +877,12 @@ .vol-bar { pointer-events: none; } .vol-hitarea { cursor: pointer; } .vol-handle { cursor: ew-resize; pointer-events: none; } - .vol-handle:hover { filter: brightness(1.3); } .add-btn { background: #1a3a2a !important; border-color: #4a9 !important; color: #6c9 !important; } + .vol-handle:hover { filter: brightness(1.3); } + .add-btn { background: #1a3a2a !important; border-color: #4a9 !important; color: #6c9 !important; } .virt-menu { - position: absolute; top: 32px; z-index: 20; - left: 50%; transform: translateX(-50%); + position: absolute; top: 30px; z-index: 30; + right: 80px; background: #2a2a3e; border: 1px solid #555; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.6); }