diff --git a/index.html b/index.html index da7b6382..71c2d3aa 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ -
+
diff --git a/src/index.css b/src/index.css index e4f4f191..5bb045df 100644 --- a/src/index.css +++ b/src/index.css @@ -18,7 +18,7 @@ html { body { position: fixed; width: 100%; - height: 100%; + height: 100dvh; } /* Common page container styles */ diff --git a/src/shared/components/Layout.tsx b/src/shared/components/Layout.tsx index dbf73d60..8a4347f0 100644 --- a/src/shared/components/Layout.tsx +++ b/src/shared/components/Layout.tsx @@ -247,7 +247,7 @@ const Layout = ({children}: {children: ReactNode}) => { return (