This repository was archived by the owner on Sep 25, 2021. It is now read-only.
This repository was archived by the owner on Sep 25, 2021. It is now read-only.
Open
Description
How to load custom scrollbar, alongside turbolink page reload. The custom scrollbar loads at the first page load, but after re-directing to the navigation links, the scrollbar breaks. Here is the DOM where the scrollbar wrapper is placed.
Here is the library which I am currently using idiotWu/smooth-scrollbar.
- resource/views/layouts/app.blade.php
<body>
<div id=“scroll-wrapper>
<!- - Content- ->
</div>
</body>