forked from trent_larson/crowd-funder-for-time-pwa
fix(home): offset scrolled Thank button for safe-area-inset-bottom
This commit is contained in:
@@ -133,7 +133,7 @@ Raymer * @version 1.0.0 */
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="isScrolled"
|
v-if="isScrolled"
|
||||||
class="bg-gradient-to-t from-white to-transparent fixed inset-x-0 bottom-[4.75rem] px-4 pb-3 w-full z-[49]"
|
class="bg-gradient-to-t from-white to-transparent fixed inset-x-0 bottom-[calc(4.75rem+max(env(safe-area-inset-bottom),var(--safe-area-inset-bottom,0px)))] px-4 pb-3 w-full z-[49]"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user