Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot click button inside parallax #45

Open
simeon9696 opened this issue Aug 28, 2020 · 1 comment
Open

Cannot click button inside parallax #45

simeon9696 opened this issue Aug 28, 2020 · 1 comment

Comments

@simeon9696
Copy link

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
Copy link

xXxcb commented Feb 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants