mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Prevent the loadingBar from overlaying the errorWrapper
This commit is contained in:
parent
c682c25bcf
commit
d031c2bd62
1 changed files with 3 additions and 0 deletions
|
@ -1225,6 +1225,9 @@ canvas {
|
|||
padding: 3px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.loadingInProgress #errorWrapper {
|
||||
top: 39px;
|
||||
}
|
||||
|
||||
#errorMessageLeft {
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue