CE-798 turn off fixed navbar; move pageHeader from Breadcrumbs to NavBar

CE-798 turn off fixed navbar; move pageHeader from Breadcrumbs to NavBar
This commit is contained in:
2024-02-06 19:41:12 -06:00
parent f7c3bef3e8
commit 6d44bab49b
5 changed files with 23 additions and 28 deletions

View File

@ -116,7 +116,7 @@ function MaterialUIControllerProvider({children}: { children: ReactNode }): JSX.
whiteSidenav: false,
sidenavColor: "info",
transparentNavbar: true,
fixedNavbar: true,
fixedNavbar: false,
openConfigurator: false,
direction: "ltr",
layout: "dashboard",