1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Fix the B2G viewer and enable bot preview.

This commit is contained in:
Brendan Dahl 2013-10-09 15:04:58 -07:00
parent 99e45048cf
commit c79acf5861
3 changed files with 31 additions and 4 deletions

View file

@ -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 {