Skip to content

Commit

Permalink
use default mouse cursor on overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsl committed Jan 21, 2020
1 parent 77f00ba commit 9f8d779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/ContextMenu.re
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ module Overlay = {
left(0),
right(0),
pointerEvents(`Allow),
cursor(MouseCursors.arrow),
];
};

Expand Down

0 comments on commit 9f8d779

Please sign in to comment.