mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 22:06:38 +00:00
fade mobile footer
This commit is contained in:
committed by
Owen Schwartz
parent
768b9ffd09
commit
5a30f036ff
@@ -72,7 +72,7 @@ export function LayoutMobileMenu({
|
|||||||
<SheetDescription className="sr-only">
|
<SheetDescription className="sr-only">
|
||||||
{t("navbarDescription")}
|
{t("navbarDescription")}
|
||||||
</SheetDescription>
|
</SheetDescription>
|
||||||
<div className="flex-1 overflow-y-auto">
|
<div className="flex-1 overflow-y-auto relative">
|
||||||
<div className="px-3">
|
<div className="px-3">
|
||||||
<OrgSelector
|
<OrgSelector
|
||||||
orgId={orgId}
|
orgId={orgId}
|
||||||
@@ -113,6 +113,7 @@ export function LayoutMobileMenu({
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="sticky bottom-0 left-0 right-0 h-8 pointer-events-none bg-gradient-to-t from-card to-transparent" />
|
||||||
</div>
|
</div>
|
||||||
<div className="px-3 pt-3 pb-3 space-y-4 border-t shrink-0">
|
<div className="px-3 pt-3 pb-3 space-y-4 border-t shrink-0">
|
||||||
<SupporterStatus />
|
<SupporterStatus />
|
||||||
|
|||||||
Reference in New Issue
Block a user