diff --git a/dashboard/client/src/pages/dashboard/Dashboard.tsx b/dashboard/client/src/pages/dashboard/Dashboard.tsx
index d7eeaf936..07f266961 100644
--- a/dashboard/client/src/pages/dashboard/Dashboard.tsx
+++ b/dashboard/client/src/pages/dashboard/Dashboard.tsx
@@ -35,6 +35,7 @@ const useDashboardStyles = makeStyles((theme: Theme) =>
"& > :not(:first-child)": {
marginTop: theme.spacing(4),
},
+ position: "relative",
},
tabs: {
borderBottomColor: theme.palette.divider,
@@ -106,8 +107,14 @@ const Dashboard: React.FC = () => {
return (
Ray Dashboard
-