diff --git a/src/App.tsx b/src/App.tsx index 740d8688c7..32c7f7da43 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -464,7 +464,6 @@ const ParentContainer = styled.div` background-position: center center; background-size: cover; background-repeat: no-repeat; - // background: ${(props) => props.bg}; margin: ${(props) => props.headerHeight}px 0px 0px 0px; min-height: calc(100dvh - ${(props) => props.headerHeight}px); max-height: calc(100dvh - ${(props) => props.headerHeight}px); diff --git a/src/structure/MasterInterfacePage.tsx b/src/structure/MasterInterfacePage.tsx index ffe8902284..dde4009a7e 100644 --- a/src/structure/MasterInterfacePage.tsx +++ b/src/structure/MasterInterfacePage.tsx @@ -353,8 +353,8 @@ const Container = styled.div` display: flex; flex: 1; flex-direction: column; - min-height: calc(100dvh - ${GLOBALS.CONSTANTS.HEADER_HEIGHT}px - ${(props) => props.theme.interfaceTopPadding}); - max-height: calc(100dvh - ${GLOBALS.CONSTANTS.HEADER_HEIGHT}px - ${(props) => props.theme.interfaceTopPadding}); + // min-height: calc(100dvh - ${GLOBALS.CONSTANTS.HEADER_HEIGHT}px); + // max-height: calc(100dvh - ${GLOBALS.CONSTANTS.HEADER_HEIGHT}px); /* Padding to be handled by Modules individually */ /* padding: ${(props) => props.theme.interfaceTopPadding} 20px 20px 20px; */ align-items: stretch;