I'm having trouble defining a border for my scrollbar using Tiny Scrollbar. Whenever I try to do so, the scroll height value is incorrect. Even when using padding, I encounter the same issue. How can I resolve this issue?
.scrollable .track {
background-color: #D8EEFD;
height: 100%;
width:13px;
position: relative;
border-radius:6px;
border:1px solid #fff;
}