Make app root position relative
This commit is contained in:
parent
3ac524ffa3
commit
4422110cfc
@ -38,6 +38,7 @@ const AppRoot = styled.div`
|
||||
width: 100%;
|
||||
min-width: 1200px;
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
`;
|
||||
|
||||
const AppWrapper = styled.div`
|
||||
|
Loading…
x
Reference in New Issue
Block a user