Skip to content

Commit

Permalink
Use negative position on toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Jul 26, 2018
1 parent 1fc3d36 commit 4846ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/view/SelectComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ module.exports = {

this.toolbar.reset(toolbar);
const view = model.view;
toolbarStyle.top = '100px';
toolbarStyle.top = '-100px';
toolbarStyle.left = 0;
setTimeout(() => view && this.updateToolbarPos(view.el), 0);
} else {
Expand Down

0 comments on commit 4846ac2

Please sign in to comment.