I need define a border to my scrollbar, but using Tiny Scrollbar, when I do it, I get an incorrect value do scroll height. If I use padding, I get the same error. How could I to fix it?
.scrollable .track {
background-color: #D8EEFD;
height: 100%;
width:13px;
position: relative;
border-radius:6px;
border:1px solid #fff;
}