Commit a5d75cad authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: body, #root, AppWrapper and BodyWrapper height: 100% (#5628)

parent 40784963
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment