Closed seanngpack closed 5 years ago
Anyone else cannot scroll when hovering over the component? I have my disqus wrapped in a div with width set to 100%
<div className={styles.discussion}> <DiscussionEmbed shortname="lengjai-com" config={props.disqusConfig} /> </div>
Fixed scrolling by making the component have a z-index of -1, but not cannot select the component to make new comments
The scroll works on my production build but not development build!
Anyone else cannot scroll when hovering over the component? I have my disqus wrapped in a div with width set to 100%