mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #3794 from brendandahl/b2g-fix
Fix the B2G viewer and enable bot preview.
This commit is contained in:
commit
ca1806025c
3 changed files with 31 additions and 4 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
html {
|
||||
height: 100%;
|
||||
/* Font size is needed to make the activity bar the corect size. */
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -167,6 +169,7 @@ html[dir='rtl'] .innerCenter {
|
|||
#outerContainer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#sidebarContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue