Skip to content

Commit

Permalink
Fix demo cursors not displaying on slides
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Jul 19, 2023
1 parent 32fe5db commit 19dbe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h4 class="text-md">Coming Soon</h4>
></div>
<div
data-id="slide-cursor-container"
class="h-full w-full z-10 pointer-events-none top-0 left-0 xs:hidden md:absolute"
class="h-full w-full z-10 pointer-events-none top-0 left-0 xs:hidden md:block md:absolute"
></div>
</section>
<section id="comments-container"></section>
Expand Down

0 comments on commit 19dbe0d

Please sign in to comment.