.scrollbar{position:fixed;width:10px;height:100%;background-color:#e2e0e0;right:0;top:0}.scrollbar .scroll{width:100%;height:0;display:block;position:absolute;background-color:#b8b3b3;transition:top 0s linear;cursor:default}.scrollbar .scroll:hover,.scrollbar .scroll:active{background-color:#87c9b7}