Make app root position relative

This commit is contained in:
Daniel Lautzenheiser 2022-09-20 12:07:42 -04:00
parent 3ac524ffa3
commit 4422110cfc

View File

@ -38,6 +38,7 @@ const AppRoot = styled.div`
width: 100%; width: 100%;
min-width: 1200px; min-width: 1200px;
min-height: 100vh; min-height: 100vh;
position: relative;
`; `;
const AppWrapper = styled.div` const AppWrapper = styled.div`