We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbbdf7 commit 7f70f09Copy full SHA for 7f70f09
core/css.js
@@ -103,17 +103,6 @@ const styles = `
103
overflow: visible;
104
}
105
106
- .blocklyBlockDragSurface {
107
- display: none;
108
- position: absolute;
109
- top: 0;
110
- left: 0;
111
- right: 0;
112
- bottom: 0;
113
- overflow: visible !important;
114
- z-index: 50; /* Display above the toolbox */
115
- }
116
-
117
.blocklyTooltipDiv {
118
background-color: #ffffc7;
119
border: 1px solid #ddc;
0 commit comments