Skip to content

Cannot click button inside parallaxΒ #45

@simeon9696

Description

@simeon9696

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions