diff --git a/interview-app/public/index.html b/interview-app/public/index.html index 46d2a82..f54fdf8 100644 --- a/interview-app/public/index.html +++ b/interview-app/public/index.html @@ -1594,6 +1594,8 @@ min-height: 0; display: none; flex-direction: column; + /* Reserve space for fixed bottom tab bar so it never covers tab content. */ + padding-bottom: calc(56px + env(safe-area-inset-bottom)); } .tab-view { display: none; } .tab-view.active { display: flex; flex-direction: column; flex: 1; min-height: 0; }