From 03defa2bec583d38374a68632a64d2fad4600d15 Mon Sep 17 00:00:00 2001 From: rsandb Date: Mon, 16 Jan 2023 19:45:43 -0600 Subject: [PATCH] dashboard shadow fix There was a problem where the shadow of components would get cut off by the container on large screens --- website/src/components/SideMenuLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/SideMenuLayout.tsx b/website/src/components/SideMenuLayout.tsx index 1e92a0c7..97fda2db 100644 --- a/website/src/components/SideMenuLayout.tsx +++ b/website/src/components/SideMenuLayout.tsx @@ -16,7 +16,7 @@ export const SideMenuLayout = (props: SideMenuLayoutProps) => { - {props.children} + {props.children} );