Skip to content

Commit

Permalink
fix(annotations): Fix annotation region in mobile (#1521)
Browse files Browse the repository at this point in the history
* fix(annotations): Fix annotation region in mobile

* fix(annotations): Keep span with pointer events none

As hovering over text spans while on region creation mode disallow region creation
  • Loading branch information
marcoartaviaq authored May 30, 2024
1 parent 9eb6adc commit d281190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/viewers/doc/_docBase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ $thumbnail-sidebar-width: 191px; // Extra pixel to account for sidebar border
}
}

.textLayer,
.textLayer span {
pointer-events: none;
}
Expand Down

0 comments on commit d281190

Please sign in to comment.