fix: restrict html/body width and enforce strict viewport width on DialogContent

This commit is contained in:
2026-07-10 14:10:55 +00:00
parent 9b75c49ac2
commit 4433dd38e8
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -134,6 +134,10 @@
* {
@apply border-border outline-ring/50;
}
html, body {
max-width: 100vw;
overflow-x: hidden;
}
body {
@apply bg-background text-foreground;
}