.test{height:300px;overflow-y: scroll;}


.test table, .test table th, .test table td {
   border: 1px solid black;
}


.test::-webkit-scrollbar {
    display: none !important;
}
