O elemente class belirleyip
overflow-y: scroll; (dikey]
overflow-y: scroll; (yatay)
İle scrollbar ekleyebilirsiniz. Scrollbar'a stil vermek için de aşağıdaki kodlardan faydalanabilirsiniz.
-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #D62929;
}