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
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user