Barra lateral Scroll CSS

var e = document.getElementById("<SIDEBAR>")// replace <SIDEBAR> with your sidebar's ID
e.style.overflowY="scroll"
e.style.height=(document.body.clientHeight-sub)+"px"
FrostyAnimations126