Portfolio panel scroller with colour option on scroll bars. Adjustable Colum height and gradient animated Top Banner with image overlay
4/5 - (1 vote)
Portfolio panel scroller with colour option on scroll bars. Adjustable Colum height and gradient animated Top Banner with image overlay
/*Image Overflow Hidden*/
selector{
height: 400px;
overflow-y: scroll !important;
overflow-x: hidden !important;
}
/*ScrollBar Design*/
selector::-webkit-scrollbar{
width: 4px;
background: #777777;
}
selector::-webkit-scrollbar-thumb{
background: red;
}
No Additional HTML Required