Skip to content

Commit

Permalink
fix(drawing): Fix IE doesn't show crosshair cursor (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingze authored Jan 13, 2021
1 parent 06feeb4 commit cd89885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/drawing/DrawingCreator.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.ba-DrawingCreator {
cursor: crosshair; // For legacy browsers like IE11
}

.ba-DrawingCreator-current {
width: 100%;
height: 100%;
Expand Down

0 comments on commit cd89885

Please sign in to comment.