Skip to content

Commit f543a72

Browse files
authored
fixup! Keep app chrome visible in settings
Generated-By: PostHog Code Task-Id: 5579dbc2-d5dd-440f-8fb5-3cbd00ed0957
1 parent c13b3b4 commit f543a72

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/ui/src/router/routes/__root.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,7 @@ function RootLayout() {
423423
</Flex>
424424
<ConnectivityBanner />
425425
{isSettingsRoute ? (
426-
<Box
427-
flexGrow="1"
428-
className="overflow-hidden border-border border-t bg-background"
429-
>
426+
<Box flexGrow="1" className="overflow-hidden bg-background">
430427
<Outlet />
431428
</Box>
432429
) : (

0 commit comments

Comments
 (0)