You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hovering over text in a PDF, I want to use a custom cursor. I've tried altering the CSS classes such as the one below, however, it only works when hovering over the pdf and is not present when hovering over text.
When hovering over text in a PDF, I want to use a custom cursor. I've tried altering the CSS classes such as the one below, however, it only works when hovering over the pdf and is not present when hovering over text.
.textLayer { cursor: url('data:image/svg+xml, %3Csvg...'), auto; }
The text was updated successfully, but these errors were encountered: