openannotation / annotator

Annotation tools for the web. Select text, images, or (nearly) anything else, and add your notes.
http://annotatorjs.org
Other
2.67k stars 532 forks source link

adjust the z-index #709

Open danlobo02 opened 4 years ago

danlobo02 commented 4 years ago

As far as I can tell the anototar plugin sets a z-index og approx 1650. This appears to be set in javascript.

So my current css is like this:

.annotator-adder, .annotator-outer, .annotator-notice { z-index: 1650; }

Without having to overide this css usiong !important, is there a way to set this to say 1.

I am currently using Annotator v1.2.10