Click events inside the story #224
Unanswered
leonardolessa
asked this question in
Q&A
Replies: 1 comment
-
What worked for me was wrapping the component inside a parent div and then setting the z-index of the children to 0 instead of the 999 that it is. Something like:
Annoying to have to use !important though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
How can I have click events inside the story content?
I tried not displaying the div that contains the previous and forward elements but I wasn't able to trigger the events inside the story, it looks like the propagation is being stopped in the midway.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions