Skip to content

Commit

Permalink
repair pointer events and add zoom and drag and drop in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werner committed Dec 12, 2023
1 parent 20d6255 commit 8d098df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/src/puzzle.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
.react-transform-component {
width: 100vw;
height: 100vh;
position: absolute;
/*position: absolute;*/
top: 0;
left: 0;
right: 0;
Expand All @@ -78,7 +78,7 @@
.react-transform-wrapper {
width: 100vw;
height: 100vh;
position: absolute;
/*position: absolute;*/
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit 8d098df

Please sign in to comment.