Loading frontend/src/pages/trainee/[exerciseId]/[teamId]/[channelId]/tool/_layout.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ const Layout = () => { return ( <div style={{ height: '100%', display: 'flex' }}> <div style={{ flex: 1 }}> <div style={{ flex: 1, position: 'relative', }}> <Outlet /> </div> Loading shared/components/Container/index.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ interface ContainerProps extends PropsWithChildren { } const Container: FC<ContainerProps> = ({ children, makeFullHeight, style }) => ( <div style={{ position: 'relative', overflowY: 'auto', height: '100%' }}> <div style={{ overflowY: 'auto', height: '100%' }}> <div className={`${divContainer} ${makeFullHeight ? heighted : ''}`} style={style} Loading Loading
frontend/src/pages/trainee/[exerciseId]/[teamId]/[channelId]/tool/_layout.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ const Layout = () => { return ( <div style={{ height: '100%', display: 'flex' }}> <div style={{ flex: 1 }}> <div style={{ flex: 1, position: 'relative', }}> <Outlet /> </div> Loading
shared/components/Container/index.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ interface ContainerProps extends PropsWithChildren { } const Container: FC<ContainerProps> = ({ children, makeFullHeight, style }) => ( <div style={{ position: 'relative', overflowY: 'auto', height: '100%' }}> <div style={{ overflowY: 'auto', height: '100%' }}> <div className={`${divContainer} ${makeFullHeight ? heighted : ''}`} style={style} Loading