diff --git a/frontend/index.html b/frontend/index.html index 8548888..e9e1334 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1075,6 +1075,12 @@ padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important; } + /* Homepage cards view - add padding for mobile bottom tabs */ + .flex-1.overflow-y-auto { + padding-bottom: 70px; + padding-bottom: calc(70px + env(safe-area-inset-bottom)); + } + /* Mobile overlay */ .mobile-overlay { position: fixed;