diff --git a/web/src/components/Layout.tsx b/web/src/components/Layout.tsx index 5a205bf..a8ab584 100644 --- a/web/src/components/Layout.tsx +++ b/web/src/components/Layout.tsx @@ -87,7 +87,7 @@ export function Layout() { return null; } return ( -
+
{/* Top bar */}
diff --git a/web/src/styles/index.css b/web/src/styles/index.css index 507145b..a8141e6 100644 --- a/web/src/styles/index.css +++ b/web/src/styles/index.css @@ -44,6 +44,8 @@ line-height: 1.4; } + /* ponytail: safe-area env() can't go in @apply, handle in Layout.tsx inline styles */ + * { box-sizing: border-box; }