1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

added scroll extends + LocomotiveScroll module + scroll basic style

This commit is contained in:
Deven Caron
2018-10-17 10:53:08 -04:00
parent c7c22d8e8e
commit 4676d277f5
9 changed files with 4581 additions and 3 deletions

View File

@@ -32,7 +32,9 @@
<div id="js-pjax-wrapper">
<div class="js-pjax-container" data-template="home" >
<div data-module="Example">Home page with Example module</div>
<div class="o-scroll" data-module="LocomotiveScroll">
<div data-module="Example">Home page with Example module</div>
</div>
</div>
</div>