.scrollable {
    overflow-y: auto  !important;
    overflow-x: auto  !important;
    height: 600px;
}

.scrollcode {
    overflow-y: auto  !important;
    overflow-x: auto  !important;
    /* height: 800px; */
    width: 1000px;
}
