diff --git a/source/src/App.tsx b/source/src/App.tsx index d26ceab..de98e46 100644 --- a/source/src/App.tsx +++ b/source/src/App.tsx @@ -27,20 +27,10 @@ const IENotSupported = styled.p` font-family: ${theming.font.regular}; ` -const StyledScrollableArea = styled.div` - height: calc(100vh - 4rem); - - display: flex; - flex-direction: column; - justify-content: space-between; - - overflow-y: scroll; - overflow-x: hidden; -` - -const StyedContentContainer = styled.div` - margin-top: 3rem; +const StyledContentContainer = styled.div` + flex: 1 1 auto; margin-bottom: 3rem; + margin-top: 5rem; ` const App = () => { @@ -91,28 +81,27 @@ const App = () => { + - - - {isLoading ? ( - - ) : ( - - } - /> - } /> - } /> - } /> - } /> - - )} - -