/*=============================================
TABLA SCROLL
=============================================*/

.myScrollbar {
position: relative;
height: 450px;
overflow: auto;
}
.tableScroll-y {
display: block;
}

.modal-open {
    overflow: scroll;
}