diff --git a/Client/src/Components/Sidebar/index.jsx b/Client/src/Components/Sidebar/index.jsx index 27753dfcb..94a727959 100644 --- a/Client/src/Components/Sidebar/index.jsx +++ b/Client/src/Components/Sidebar/index.jsx @@ -183,6 +183,7 @@ function Sidebar() { This is the top lever for styles */ sx={{ + position: 'relative', border: 1, borderColor: theme.palette.primary.lowContrast, borderRadius: theme.shape.borderRadius, @@ -302,6 +303,20 @@ function Sidebar() { + Menu @@ -566,7 +582,8 @@ function Sidebar() { ); })} - + +