Skip to content

Commit

Permalink
fix: windows canvas drawing edge electrode scrollbar error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangChiTW committed Aug 7, 2023
1 parent 22ee2ef commit c17e500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/editor/main/Stage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ export default {
'background-image': 'linear-gradient(rgba(0,0,0,.1) ' + gridLineWidth + 'px, transparent 0),' +
'linear-gradient(90deg, rgba(0,0,0,.1) ' + gridLineWidth + 'px, transparent 0),' +
'linear-gradient(rgba(0,0,0,.15) ' + gridLineWidth + 'px, transparent 0),' +
'linear-gradient(90deg, rgba(0,0,0,.15) ' + gridLineWidth + 'px, transparent 0)'
'linear-gradient(90deg, rgba(0,0,0,.15) ' + gridLineWidth + 'px, transparent 0)',
overflow: 'hidden'
}
},
Expand Down

0 comments on commit c17e500

Please sign in to comment.