added padding-bottom to mobile card view

This commit is contained in:
Gamosoft 2026-01-02 16:46:44 +01:00
parent 64af42d6ae
commit c332f07f5c
1 changed files with 6 additions and 0 deletions

View File

@ -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;