From 7f70f09e11972be8a6ee512323a0a39a52ef0452 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Tue, 23 Apr 2024 09:45:06 -0700 Subject: [PATCH] fix: don't hide the drag surface (#38) --- core/css.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/core/css.js b/core/css.js index f7b608451c..dbbde9f5e8 100644 --- a/core/css.js +++ b/core/css.js @@ -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;