Witam.
Umieściłem na swojej stronie ten oto suwak http://baijs.nl/tinyscrollbar/
mój kod w css
#scrollbar1 { width: 700px; clear: both; margin: 5px 0 10px; }
#scrollbar1 .viewport { width: 680px; height: 355px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #650c10 }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #e3d6c3; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 15px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
suwak nie przewija wszystkich pozycji z listy. dochodzi do przedostatniej ale nie przewija jej do końca. czy ktoś może wie co trzeba zmienić, żeby suwak działał poprawnie?