From ab80e4583b53a7b424563cbd17ba2bf95e168cc9 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 2 Jun 2026 00:54:56 -0400 Subject: Update --- 2026/index.html | 94 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 72 insertions(+), 22 deletions(-) (limited to '2026/index.html') diff --git a/2026/index.html b/2026/index.html index ce28e45..f45326c 100644 --- a/2026/index.html +++ b/2026/index.html @@ -11,6 +11,9 @@ width: 100vw; height: 100vh; } + .jam-hidden { + visibility: hidden; + } #jam-iframe-parent { display: grid; grid-template-columns: 100%; @@ -28,10 +31,9 @@ padding: 0px; border: 0px; } - #jam-game-iframe { - } #jam-framing-iframe { z-index: 1; + pointer-events: none; } @@ -39,44 +41,92 @@
- + + + + + +
-- cgit v1.2.3