-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Describe the bug
Slide interaction is no longer possible after 0.49.6 because of #1634
To Reproduce
Steps to reproduce the behavior:
- Run any presentation
- Create any link
- Links are not clickable
Cause:
This is due to absolute div
s in SlideWrapper with absolute
positioning
<div v-if="SlideBottom" class="absolute inset-0">
<SlideBottom />
</div>
<SlideComponent />
<div v-if="SlideTop" class="absolute inset-0">
<SlideTop />
</div>
kermanxkermanx
Metadata
Metadata
Assignees
Labels
No labels