diff --git a/src/components/WebGLBackground.tsx b/src/components/WebGLBackground.tsx index 0260e1f..702bd3b 100644 --- a/src/components/WebGLBackground.tsx +++ b/src/components/WebGLBackground.tsx @@ -37,9 +37,9 @@ function RealPCB() { return ( ); } @@ -52,9 +52,9 @@ function SwitchBoard() { return ( ); } diff --git a/src/pages/preview.astro b/src/pages/preview.astro index 2170a2c..38cb429 100644 --- a/src/pages/preview.astro +++ b/src/pages/preview.astro @@ -42,6 +42,8 @@ const headerItems = [ + +
@@ -49,6 +51,8 @@ const headerItems = [
+ +
@@ -56,6 +60,8 @@ const headerItems = [
+ + + +
@@ -123,6 +131,8 @@ const headerItems = [
+ +
@@ -327,6 +337,12 @@ const headerItems = [ color: #5bd1d8 !important; } + /* ============ PCB SPACER ============ */ + .pcb-spacer { + height: 60vh; + pointer-events: none; + } + /* ============ CONTACT 3D POPUP ============ */ .contact-3d-popup { position: fixed;