Skip to content

Commit

Permalink
Merge pull request #1 from tommy44458/feature/windows_canvas
Browse files Browse the repository at this point in the history
fix: windows canvas drawing edge electrode scrollbar error
  • Loading branch information
tommy44458 committed Aug 8, 2023
2 parents 22ee2ef + c17e500 commit c569b6d
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 c569b6d

Please sign in to comment.