Skip to content

Commit 3ad7421

Browse files
authored
smaller smalerr offset
1 parent c78df1f commit 3ad7421

File tree

1 file changed

+1
-1
lines changed
  • src/addons/addons/find-bar/blockly

1 file changed

+1
-1
lines changed

src/addons/addons/find-bar/blockly/Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default class Utils {
104104
sy = y - s.contentTop - this.offsetY;
105105

106106
// offset so we can actually see the block. The find bar will block it
107-
sx -= 200;
107+
sx -= 150;
108108

109109
this.navigationHistory.storeView(this.navigationHistory.peek(), 64);
110110

0 commit comments

Comments
 (0)