Smooth Scrollbar + Shopify #549
Unanswered
martinatthedesk
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Can you share your shopify website? Are you familiar with bundlers like |
Beta Was this translation helpful? Give feedback.
1 reply
-
What I understand from Shopify Theme, it uses So you can either use import Scrollbar from 'smooth-scrollbar'
document.addEventListener('DOMContentLoaded', () => {
Scrollbar.init(document.getElementById('scrollbarElement'), {})
})
// or
window.addEventListener('load', () => {
Scrollbar.init(document.getElementById('scrollbarElement'), {})
}) If you use Web Component you can use Custom Element lifecycles like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I have a store on shopify and I need help on how to use the smooth scrollbar in shopify please. I'm just a little bit familiar with coding.
Beta Was this translation helpful? Give feedback.
All reactions