diff --git a/clients/apps/web/src/components/Shared/Topbar.tsx b/clients/apps/web/src/components/Shared/Topbar.tsx index f4fc9f46e7..fb3adcc0e8 100644 --- a/clients/apps/web/src/components/Shared/Topbar.tsx +++ b/clients/apps/web/src/components/Shared/Topbar.tsx @@ -16,7 +16,7 @@ const Topbar = (props: { }) => { const className = twMerge( props.isFixed !== false ? 'fixed z-20' : 'z-10', - 'flex h-16 w-full items-center justify-between space-x-4 bg-white dark:bg-polar-950 px-4 drop-shadow dark:border-b dark:border-polar-700', + 'flex h-16 w-full items-center justify-between space-x-4 bg-white dark:bg-polar-950 px-4 drop-shadow dark:border-b dark:border-polar-700 flex-shrink-0', ) const hideProfile = props?.hideProfile