.main {
    min-width: 0;
    position: fixed;
    top: 75px !important;
    height: calc(100% - 75px - 75px) !important;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
