From 00f32a9057ba4c45f91d29edcdd40bf8cfdcc653 Mon Sep 17 00:00:00 2001 From: amoore Date: Tue, 13 Aug 2024 22:12:55 +0100 Subject: [PATCH] Added logging to the safe bottom --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d33f4cc..8c1b35b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,10 @@ export default function Home() { const bagIcon = ; const pieceIcon = ; const emptyCartIcon = ; + + const safeBottom = getComputedStyle(document.documentElement).getPropertyValue('--safe-bottom'); + console.log('Safe Bottom:', safeBottom); + return (