Set global min width
This commit is contained in:
parent
8c628384fc
commit
d46a4ffdf8
@ -36,11 +36,13 @@ TopBarProgress.config({
|
|||||||
|
|
||||||
const AppRoot = styled.div`
|
const AppRoot = styled.div`
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-width: 1200px;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const AppWrapper = styled.div`
|
const AppWrapper = styled.div`
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-width: 1200px;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user