mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-27 04:09:46 -06:00
stikcy sidebar
This commit is contained in:
@@ -6,7 +6,6 @@ const RootLayout = () => {
|
||||
const theme = useTheme();
|
||||
return (
|
||||
<Stack
|
||||
overflow={"hidden"}
|
||||
direction="row"
|
||||
minHeight="100vh"
|
||||
>
|
||||
|
||||
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user