

.subcontainers {
/*    width: 100%;
    height: 100%;
    overflow-y: auto !important;  só aqui rola */
    /*background: #f0f0f0;*/
}

.subcontent{
/*    width: 100%;
    height: 100%;  ou altura fixa, ex: 500px 
    overflow-y: auto !important;  ativa rolagem vertical 
    overflow-x: hidden !important;  opcional, bloqueia rolagem horizontal */
}