Files
MatrixGW/matrixgw_frontend/src/index.css
2025-11-24 17:50:31 +01:00

19 lines
143 B
CSS

body {
margin: 0;
}
html,
body,
#root {
height: 100%;
}
#root {
display: flex;
flex-direction: column;
}
#root > div {
flex: 1;
}