
.menu-top-content {
    display: none;
}
.menu-top-content__header {
    height: 60px;
    box-shadow: 0px 15px 30px -4px rgb(34 60 80 / 10%);
}

.menu-top-content__body {
    overflow: scroll;
    display: flex;
    height: calc(100% - 60px);
    flex-direction: column;
}