fix(header): avatar menu flashes when opening on mobile (#3999)

This commit is contained in:
Meier Lukas
2025-09-05 18:17:30 +02:00
committed by GitHub
parent d4f73d2b39
commit 9cb8261ddc

View File

@@ -17,7 +17,7 @@ interface Props {
export const MainHeader = ({ logo, actions, hasNavigation = true }: Props) => {
return (
<AppShellHeader>
<AppShellHeader maw="100vw" style={{ overflowX: "hidden" }}>
<Group h="100%" gap="xl" px="md" justify="apart" wrap="nowrap">
<Group h="100%" align="center" style={{ flex: 1 }} wrap="nowrap">
{hasNavigation && <ClientBurger />}