Skip to content

Commit

Permalink
fix: ensure items aren't clickable before iframe load
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Oct 7, 2024
1 parent 9ffe817 commit 61e1653
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
box-sizing: border-box;
min-width: 321px;
position: absolute;
pointer-events: none;
transform-origin: top;
top: 0;
bottom: 0;
Expand All @@ -54,6 +55,7 @@
}

.PuckCanvas--ready .PuckCanvas-root {
pointer-events: unset;
opacity: 1;
}

Expand Down

0 comments on commit 61e1653

Please sign in to comment.