stikcy sidebar

This commit is contained in:
Alex Holliday
2025-10-09 14:00:04 -07:00
parent c7799ca7dc
commit 5018c56d0d
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ const RootLayout = () => {
const theme = useTheme();
return (
<Stack
overflow={"hidden"}
direction="row"
minHeight="100vh"
>

View File

@@ -37,6 +37,9 @@ export const SideBar = () => {
<Stack
component="aside"
position="sticky"
top={0}
minHeight={"100vh"}
maxHeight={"100vh"}
paddingTop={theme.spacing(6)}
paddingBottom={theme.spacing(6)}
gap={theme.spacing(6)}