react-pdf-highlighter
react-pdf-highlighter copied to clipboard
Adding area will cause many highlights to move down
Adding rectangular highlights will cause other highlights move down

Any update on this?
Any update on this?
AreaHighlight.css
Comment out “ border: 1px solid #333;” code will works
.AreaHighlight {
/* border: 1px solid #333; */
background-color: rgba(252, 232, 151, 1.0);
opacity: 1;
mix-blend-mode: multiply;
}
Any update on this?
AreaHighlight.css
Comment out “ border: 1px solid #333;” code will works
.AreaHighlight { /* border: 1px solid #333; */ background-color: rgba(252, 232, 151, 1.0); opacity: 1; mix-blend-mode: multiply; }
This worked for me!!! Thank you!!