diff --git a/app/globals.css b/app/globals.css
index 0d83d59..b9e4a21 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -3,6 +3,18 @@
@tailwind utilities;
body{
color:#fff;
+ padding-bottom: constant(safe-area-inset-bottom);
+ padding-bottom: env(safe-area-inset-bottom);
+}
+footer{
+ /* Fallback for non-iOS devices */
+ bottom: 0;
+
+ /* iOS 11.0+ */
+ bottom: constant(safe-area-inset-bottom);
+
+ /* iOS 11.2+ */
+ bottom: env(safe-area-inset-bottom);
}
/* :root {
--foreground-rgb: 0, 0, 0;
diff --git a/app/layout.js b/app/layout.js
index 5fb783f..e6b4f5a 100644
--- a/app/layout.js
+++ b/app/layout.js
@@ -46,7 +46,10 @@ export default function RootLayout({ children }) {
type="image/x-icon"
>
-
+ {/* */}
*/}
-
+
{/* */}
{/* */}
@@ -73,34 +76,125 @@ export default function RootLayout({ children }) {
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
- {/* */}
- {/* */}
- {/* */}
- {/* */}
-
- {/* */}
-
- {/* */}
-
- {/* */}
-
- {/* */}
-
-
-
-
-
-
-
-
-
+ {/* */}
+ {/* */}
+ {/* */}
+ {/* */}
+
+ {/* */}
+
+ {/* */}
+
+ {/* */}
+
+ {/* */}
+
+
+
+
+
+
+
+
+
{withAuth({children})}
{/* {children} */}
-