Skip to content

Commit 29950fd

Browse files
authored
fix: Allow dragging blocks from the far lower right corner. (#8766)
1 parent 15d6ea2 commit 29950fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ input[type=number] {
353353
354354
.blocklyScrollbarBackground {
355355
opacity: 0;
356+
pointer-events: none;
356357
}
357358
358359
.blocklyScrollbarHandle {

0 commit comments

Comments
 (0)