Integrate Dashboard with Messages/Styling Changes

This commit is contained in:
rsandb
2023-01-10 18:48:14 -06:00
parent c57becc0d8
commit f61f582a9b
10 changed files with 86 additions and 74 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const SideMenuLayout = (props: SideMenuLayoutProps) => {
<Box className="p-6 sm:pr-0">
<SideMenu buttonOptions={props.menuButtonOptions} />
</Box>
<Box className="flex flex-col overflow-auto p-6 sm:pl-0 gap-14">{props.children}</Box>
<Box className="flex flex-col overflow-y-auto p-6 sm:pl-0 gap-14">{props.children}</Box>
</Box>
</Box>
);