mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #13842 from Rob--W/text-selection-br
Visually hide br in text selections
This commit is contained in:
commit
01fd0f59b7
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@
|
|||
background: rgba(0, 0, 255, 1);
|
||||
}
|
||||
|
||||
/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
|
||||
.textLayer br::selection {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.textLayer .endOfContent {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue