fix(home): offset scrolled Thank button for safe-area-inset-bottom

This commit is contained in:
Jose Olarte III
2026-06-17 17:57:13 +08:00
parent 8d8bcf2a7e
commit 48be234af4

View File

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