-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
For examples, I have a one page application. Apply lionscrollbar to empty dom element. Then add some html to it's content.
Expected result:
lionbars scrollbars are shown
Actual result:
standard os scrollbars are shown
Example:
<div id="scrollbar" style="height:50px; width: 50px;font-size:36px"></div>
<script>
$('#scrollbar').lionbars({
autohide: true,
reachBottom: function () {alert(true) }
});
setTimeout(function() {
$('#scrollbar').html('<div>SOME DOM ELEMENTS</div><div>SOME DOM ELEMENTS</div>');
}, 5000);
</script>
Metadata
Metadata
Assignees
Labels
No labels