Code: Select all
.myBox{
width:100px;
height:50px;
border:1px solid black;
overflow-y:scroll;
overflow-x:none;
}
.myBox::-webkit-scrollbar{
display: none;
}
.myBox:hover::-webkit-scrollbar{
display: block;
}< /code>
test
test1
test2
test3
test4