diff --git a/src/Annotator.scss b/src/Annotator.scss index 24ddd8f32..0d991e65b 100644 --- a/src/Annotator.scss +++ b/src/Annotator.scss @@ -156,7 +156,7 @@ .ba-annotation-dialog, .ba-create-annotation-dialog { border-top: 20px solid transparent; // Transparent border for hover detection - cursor: default; // Overrides cursor: none from annotation mode + cursor: auto; // Overrides cursor: none from annotation mode font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; position: absolute; text-align: left;