Skip to content

Links are no longer clickable #1635

@jakobkordez

Description

@jakobkordez

Describe the bug
Slide interaction is no longer possible after 0.49.6 because of #1634

To Reproduce
Steps to reproduce the behavior:

  1. Run any presentation
  2. Create any link
  3. Links are not clickable

Cause:
This is due to absolute divs 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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions