fixing stuff

This commit is contained in:
Naiel
2025-05-29 15:05:46 +02:00
committed by GitHub
parent 10d3d83cb7
commit 4901fd5166
5 changed files with 11 additions and 2 deletions

View File

@@ -104,7 +104,7 @@
// set the width of the wrappers
$(options.topScrollBarInnerSelector, $topScrollBar).width($contentElement.outerWidth());
$topScrollBar.width($self.width());
$topScrollBar.width("100%");
$topScrollBar.scrollLeft($self.scrollLeft());
}