We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13b3b4 commit f543a72Copy full SHA for f543a72
1 file changed
packages/ui/src/router/routes/__root.tsx
@@ -423,10 +423,7 @@ function RootLayout() {
423
</Flex>
424
<ConnectivityBanner />
425
{isSettingsRoute ? (
426
- <Box
427
- flexGrow="1"
428
- className="overflow-hidden border-border border-t bg-background"
429
- >
+ <Box flexGrow="1" className="overflow-hidden bg-background">
430
<Outlet />
431
</Box>
432
) : (
0 commit comments