html, body {
height: 100%;
}
#page-container {
display: flex;
flex-direction: column;
}
.et-boc {
display: flex;
flex-direction: column;
min-height: 100vh;
}
body.admin-bar .et-boc {
min-height: calc(100vh - 32px);
}
#et-main-area {
display: flex;
flex-direction: column;
flex: 1;
}
#main-content {
flex-grow: 1;
}html, body {
height: 100%;
}
#page-container {
display: flex;
flex-direction: column;
}
.et-boc {
display: flex;
flex-direction: column;
min-height: 100vh;
}
body.admin-bar .et-boc {
min-height: calc(100vh - 32px);
}
#et-main-area {
display: flex;
flex-direction: column;
flex: 1;
}
#main-content {
flex-grow: 1;
}