Make app root position relative
This commit is contained in:
parent
3ac524ffa3
commit
4422110cfc
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user