Spaces:
Running
Running
Commit Β·
3454d44
1
Parent(s): 6ce87f4
updates
Browse files
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)]
|
| 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">
|