From 7a0eaf972734efdb0bf5dba2a0134dafdec030c2 Mon Sep 17 00:00:00 2001 From: you Date: Fri, 20 Mar 2026 00:22:00 +0000 Subject: [PATCH] fix: VCR bar respects iOS safe area inset (home indicator) --- public/index.html | 4 ++-- public/live.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 2b73e4e..ee397e5 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + MeshCore Analyzer @@ -22,7 +22,7 @@ - + diff --git a/public/live.css b/public/live.css index a851051..a45c406 100644 --- a/public/live.css +++ b/public/live.css @@ -429,6 +429,7 @@ backdrop-filter: blur(12px); border-top: 1px solid var(--border); padding: 8px 12px; + padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px)); display: flex; flex-direction: row; align-items: center;