From 6bdbc644e941bba6182d8d1507bec10a2f8cea89 Mon Sep 17 00:00:00 2001 From: Tania Gutierrez Date: Tue, 12 Mar 2024 16:37:29 -0400 Subject: [PATCH] fix: prevent nav scrolling when main wiew height surpass viewport --- app/components/general-layout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/general-layout.tsx b/app/components/general-layout.tsx index ae1c876..9db125c 100644 --- a/app/components/general-layout.tsx +++ b/app/components/general-layout.tsx @@ -17,8 +17,8 @@ import { DialogClose } from "@radix-ui/react-dialog" export const GeneralLayout = ({ children }: React.PropsWithChildren<{}>) => { return ( -
-
+
+
Lume logo
-
+
{children} -
+
  • @@ -230,7 +230,7 @@ const UploadFileItem = ({
{file.progress?.uploadStarted && !file.progress.uploadComplete ? ( - + ) : null}
) @@ -240,7 +240,7 @@ const NavigationButton = ({ children }: React.PropsWithChildren) => { return (