Constrain native layout to window viewport

This commit is contained in:
2026-07-17 10:36:44 -07:00
parent 82b02aec72
commit 418f01235d
2 changed files with 6 additions and 3 deletions
+3 -3
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -33,6 +33,9 @@ test("implements the control and privacy contracts", async () => {
assert.match(source, /store_provider_secret/);
assert.match(css, /prefers-reduced-motion/);
assert.match(css, /:focus-visible/);
assert.match(css, /html,body,#root\{[^}]*height:100%[^}]*overflow:hidden/);
assert.match(css, /\.app-shell\{[^}]*height:100dvh[^}]*overflow:hidden/);
assert.match(css, /\.ideation-layout\{height:100%;min-height:0/);
});
test("never ships retained audio assets", async () => {