/* chart.volume_profile.css - canvas layer positioned over the main chart
   container. Pointer events disabled so LightweightCharts still receives
   mouse/touch input for crosshair and pan/zoom. */

#chartContainer {
  position: relative;
}

.chart-volume-profile-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
