AnayShukla commited on
Commit
3454d44
Β·
1 Parent(s): 6ce87f4
frontend/src/components/PitchView.jsx CHANGED
@@ -88,7 +88,7 @@ export const PitchView = ({
88
  return (
89
  <div
90
  ref={containerRef}
91
- className="w-full bg-[#0a3a2a] rounded-2xl border-4 border-[#072a1e] relative flex flex-col shadow-[0_0_50px_rgba(0,0,0,0.5)] overflow-hidden"
92
  >
93
  {/* ── PITCH LINES β€” fill the full container, never scaled ── */}
94
  <div className="absolute inset-0 pointer-events-none opacity-30">
 
88
  return (
89
  <div
90
  ref={containerRef}
91
+ className="w-full bg-[#0a3a2a] rounded-2xl border-4 border-[#072a1e] relative flex flex-col shadow-[0_0_50px_rgba(0,0,0,0.5)] isolate"
92
  >
93
  {/* ── PITCH LINES β€” fill the full container, never scaled ── */}
94
  <div className="absolute inset-0 pointer-events-none opacity-30">