apertureless/vue-parallax

Cannot click button inside parallax

Opened this issue · 1 comments

Expected Behavior

Able to click button inside parallax

Actual Behavior

Cannot click button inside parallax. I'm using vuetify but even a basic test like below with no vuetify components involve still give an issue. I can see the button I just can't click it

            <parallax direction='down' :speedFactor=0.9 :sectionHeight=100 breakpoint='(min-width: 768px)'>
            <picture > 
                <img :src="require('@/assets/hero.jpg')" alt="a table with mostly breakfast foods on it">
                <input type='button' value="Add to favorites">
            </picture>
            </parallax>

Environment

  • OS: Windows 10 1909
  • NPM version: 6.14.8
  • vue.js version: 2.6.11
  • vue-parallax version: 1.1.1
xXxcb commented

Try Adding z-index: 1 to your parallax tag.