fix: body, #root, AppWrapper and BodyWrapper height: 100% (#5628)
This commit is contained in:
parent
40784963a5
commit
a5d75cad5b
@ -89,7 +89,9 @@
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
html {
|
||||
html,
|
||||
body,
|
||||
#root {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
|
@ -67,12 +67,14 @@ const AppWrapper = styled.div`
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-items: flex-start;
|
||||
height: 100%;
|
||||
`
|
||||
|
||||
const BodyWrapper = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 72px 0px 0px 0px;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user