Skip to content

Commit

Permalink
scrolling fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv committed Jan 15, 2021
1 parent 4fd1a69 commit 057dba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/figma/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,5 @@ function insertCurrent({ size, presetName }) {
frame.resize(size.x, size.y);
frame.name = `AxiDraw - ${presetName}`;
figma.currentPage.appendChild(frame);
// ;
// console.log(size);
}
registerMessage("insertCurrent", insertCurrent);
1 change: 1 addition & 0 deletions style/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ body,
}
body {
margin: 0;
overflow-x: hidden;
}
hr {
border: 0;
Expand Down

0 comments on commit 057dba5

Please sign in to comment.