From c332f07f5c0fc82d7fe1eaf6c3317ea331240aaf Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Fri, 2 Jan 2026 16:46:44 +0100 Subject: [PATCH] added padding-bottom to mobile card view --- frontend/index.html | 6 ++++++ 1 file changed, 6 insertions(+) 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;