<style>
::-webkit-scrollbar {width: 2px;}
div.scroll {
    width: 740px;
    height: 1000px;
    overflow: scroll;
    overflow-x: hidden;
}
</style>
