added padding-bottom to mobile card view
This commit is contained in:
parent
64af42d6ae
commit
c332f07f5c
|
|
@ -1075,6 +1075,12 @@
|
||||||
padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important;
|
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 */
|
||||||
.mobile-overlay {
|
.mobile-overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue