Sticky desktop header (#3077)

This commit is contained in:
dan
2024-03-02 02:40:47 +00:00
committed by GitHub
parent f2249614be
commit b70c404d4b
4 changed files with 43 additions and 39 deletions
@@ -23,6 +23,7 @@ export function HomeHeaderLayoutMobile({
children,
}: {
children: React.ReactNode
tabBarAnchor: JSX.Element | null | undefined
}) {
const pal = usePalette('default')
const {_} = useLingui()