changed _room.scss overflow to target html instead of body, hopefully fixing FTs in pipeline for real this time
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-15 02:27:10 -04:00
parent 52e171cb20
commit 2140bd8206

View File

@@ -32,8 +32,11 @@ $gate-line: 2px;
gap: 0.5rem; gap: 0.5rem;
} }
body:has(.gate-overlay) { html:has(.gate-overlay) {
overflow: hidden; overflow: hidden;
}
body:has(.gate-overlay) {
// Pin gear controls to the visual viewport, // Pin gear controls to the visual viewport,
// bypassing iOS 100vh chrome-inclusion bug. // bypassing iOS 100vh chrome-inclusion bug.