From 2140bd82065ba7ee9e6b4a04688b6a4cb05c9d24 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Sun, 15 Mar 2026 02:27:10 -0400 Subject: [PATCH] changed _room.scss overflow to target html instead of body, hopefully fixing FTs in pipeline for real this time --- src/static_src/scss/_room.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/static_src/scss/_room.scss b/src/static_src/scss/_room.scss index 3e6f12a..dfa7b53 100644 --- a/src/static_src/scss/_room.scss +++ b/src/static_src/scss/_room.scss @@ -32,8 +32,11 @@ $gate-line: 2px; gap: 0.5rem; } -body:has(.gate-overlay) { +html:has(.gate-overlay) { overflow: hidden; +} + +body:has(.gate-overlay) { // Pin gear controls to the visual viewport, // bypassing iOS 100vh chrome-inclusion bug.