﻿

/*@media (min-width: 960px) {

    #adminUserContent {*/
        /*height: 100%;
        overflow-y: auto;
        overflow-x: hidden;*/
    /*}

    #adminUserTabContent0 {
        height: calc(100vh - 160px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}


@media (max-width: 959px) {

    #adminUserContent {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #adminUserTabContent0 {*/
        /*height: calc(100vh - 160px);*/
        /*overflow-y: auto;
        overflow-x: hidden;*/
    /*}
}*/
