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 63319ae commit c78df1fCopy full SHA for c78df1f
src/addons/addons/find-bar/blockly/Utils.js
@@ -103,7 +103,8 @@ export default class Utils {
103
// sy = s.contentTop - y + Math.max(Math.min(32, 32 * scale), (s.viewHeight - yh) / 2);
104
sy = y - s.contentTop - this.offsetY;
105
106
- sx -= 300;
+ // offset so we can actually see the block. The find bar will block it
107
+ sx -= 200;
108
109
this.navigationHistory.storeView(this.navigationHistory.peek(), 64);
110
0 commit comments