disqus / disqus-react

A React component for Disqus
MIT License
370 stars 46 forks source link

Scroll not working #20

Closed seanngpack closed 5 years ago

seanngpack commented 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>
seanngpack commented 5 years ago

Fixed scrolling by making the component have a z-index of -1, but not cannot select the component to make new comments

seanngpack commented 5 years ago

The scroll works on my production build but not development build!