Skip to content

Bar too big (prevent double scrollbars)! #59

@RedskyThirty

Description

@RedskyThirty

Hello,
I fixed a small issue in the method "moveBar".

var barHeight = Math.max(_this.scrollRatio * 100, 10); _this.bar.style.cssText = 'height:' + barHeight + '%; top:' + Math.min((_this.el.scrollTop / totalHeight ) * 100, (100 - barHeight)) + '%;right:' + right + 'px;';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions