mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
Update ThemeContext.tsx
This commit is contained in:
parent
7da327c131
commit
cac74272f2
|
@ -58,7 +58,7 @@ export const ThemeState = ({ children }: ThemeStateProps) => {
|
|||
const mainHeight = useMemo(
|
||||
() => {
|
||||
return !noNavigation ?
|
||||
'calc(100vh - 8.6rem)'
|
||||
'calc(100vh - 8rem)'
|
||||
: '100vh';
|
||||
}, [noNavigation]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user