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 c78df1f commit 3ad7421Copy full SHA for 3ad7421
src/addons/addons/find-bar/blockly/Utils.js
@@ -104,7 +104,7 @@ export default class Utils {
104
sy = y - s.contentTop - this.offsetY;
105
106
// offset so we can actually see the block. The find bar will block it
107
- sx -= 200;
+ sx -= 150;
108
109
this.navigationHistory.storeView(this.navigationHistory.peek(), 64);
110
0 commit comments