File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ onload = function() {
6
6
body . style . display = 'flex' ;
7
7
8
8
var div = document . createElement ( 'div' ) ;
9
- div . setAttribute ( 'style' , 'position:fixed;height:20px;width:100% ;background:lightblue' ) ;
9
+ div . setAttribute ( 'style' , 'position:fixed;height:20px;left:0;right:0 ;background:lightblue' ) ;
10
10
body . appendChild ( div ) ;
11
11
harness . header = div ;
12
12
13
13
var div2 = document . createElement ( 'div' ) ;
14
- div2 . setAttribute ( 'style' , 'position:fixed;display:flex;top:20px; bottom:0;width:100% ' ) ;
14
+ div2 . setAttribute ( 'style' , 'position:fixed;display:flex;top:20px; bottom:0;left:0;right:0 ' ) ;
15
15
body . appendChild ( div2 ) ;
16
16
harness . body = div2 ;
17
17
@@ -53,7 +53,7 @@ onload = function() {
53
53
harness . iframe = document . createElement ( 'iframe' ) ;
54
54
harness . iframe . setAttribute ( 'style' , 'width:100%;height:100%;position:absolute;overflow:auto;top:0px;bottom:0px' ) ;
55
55
div2 . appendChild ( harness . iframe ) ;
56
-
56
+
57
57
if ( pdf_test_harness . onload ) {
58
58
harness . pdf = pdf_test_harness . onload ( harness ) ;
59
59
if ( harness . message ) {
You can’t perform that action at this time.
0 commit comments