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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 39 deletions

View file

@ -23,6 +23,7 @@ export function HomeHeaderLayoutMobile({
children,
}: {
children: React.ReactNode
tabBarAnchor: JSX.Element | null | undefined
}) {
const pal = usePalette('default')
const {_} = useLingui()