You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Environment
The text was updated successfully, but these errors were encountered: