mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Update pdfbug style.
This commit is contained in:
parent
cc353a4003
commit
fe0d7d24bc
2 changed files with 52 additions and 3 deletions
|
@ -423,8 +423,9 @@ var PDFBug = (function PDFBugClosure() {
|
|||
panels.setAttribute('class', 'panels');
|
||||
ui.appendChild(panels);
|
||||
|
||||
document.body.appendChild(ui);
|
||||
document.body.style.paddingRight = panelWidth + 'px';
|
||||
var container = document.getElementById('viewerContainer');
|
||||
container.appendChild(ui);
|
||||
container.style.right = panelWidth + 'px';
|
||||
|
||||
// Initialize all the debugging tools.
|
||||
var tools = this.tools;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue