Skip to content

Commit

Permalink
fix: don't hide the drag surface (scratchfoundation#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Apr 23, 2024
1 parent 6bbbdf7 commit 7f70f09
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,6 @@ const styles = `
overflow: visible;
}
.blocklyBlockDragSurface {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: visible !important;
z-index: 50; /* Display above the toolbox */
}
.blocklyTooltipDiv {
background-color: #ffffc7;
border: 1px solid #ddc;
Expand Down

0 comments on commit 7f70f09

Please # to comment.