html, body {
    height: 100%;
    background-color: #efeff4;
}
.mui-content {
    position: absolute;
    top: 0px;
    bottom: 50px;
    width: 100%;
    overflow: auto;
}
