style : update app

This commit is contained in:
lukman
2024-07-04 16:43:26 +08:00
parent e62243b887
commit 62c2f69228
4 changed files with 13 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
import { ViewGroup } from '@/module/group';
import React from 'react';
function Page() {
return (
<div>
Page
</div>
<ViewGroup />
);
}

View File

@@ -32,8 +32,10 @@ export default function RootLayout({
</head>
<body className={`${LatoFont.className}`} suppressHydrationWarning>
<MantineProvider>
<Box bg={'#252A2F'}>
<Container h={"100vh"} p={0} size={rem(550)} bg={WARNA.bgWhite}>
<Box bg={'#252A2F'} pos={"fixed"} w={"100%"} h={"100%"} style={{
overflowY: "auto"
}}>
<Container mih={'100vh'} p={0} size={rem(550)} bg={WARNA.bgWhite}>
{children}
</Container>
</Box>