From cac74272f290de697b7b259f566384e1e4416602 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:09:34 +0300 Subject: [PATCH] Update ThemeContext.tsx --- rsconcept/frontend/src/context/ThemeContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/frontend/src/context/ThemeContext.tsx b/rsconcept/frontend/src/context/ThemeContext.tsx index ad14c34a..4947a99f 100644 --- a/rsconcept/frontend/src/context/ThemeContext.tsx +++ b/rsconcept/frontend/src/context/ThemeContext.tsx @@ -58,7 +58,7 @@ export const ThemeState = ({ children }: ThemeStateProps) => { const mainHeight = useMemo( () => { return !noNavigation ? - 'calc(100vh - 8.6rem)' + 'calc(100vh - 8rem)' : '100vh'; }, [noNavigation]);