mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[Editor] Make sure the text in the mark has null dimensions to avoid to see a meaningless rectangle in voiceover (bug 1886427)
This commit is contained in:
parent
3718d0a9b4
commit
3ac52ac359
2 changed files with 42 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
height: 0;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.textLayer.highlighting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue