react-pdf-highlighter icon indicating copy to clipboard operation
react-pdf-highlighter copied to clipboard

Adding area will cause many highlights to move down

Open zhl5317 opened this issue 4 years ago • 3 comments

Adding rectangular highlights will cause other highlights move down

image

zhl5317 avatar Sep 30 '21 08:09 zhl5317

Any update on this?

Dmarcotrigiano avatar Oct 13 '21 16:10 Dmarcotrigiano

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;
} 

zhl5317 avatar Oct 14 '21 01:10 zhl5317

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!!

dwayneyuen avatar Jan 11 '23 01:01 dwayneyuen