/* your styles go here */
.scrollbar {
    height: 500px;
	background-color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    overflow-y: scroll;
}

.barposition {
    position: fixed;
}
