move speaker notes into page container when printing pdf
This commit is contained in:
parent
a12a17b2d7
commit
8d4cb810d6
@ -649,10 +649,10 @@
|
|||||||
page.parentNode.insertBefore( notesElement, page.nextSibling );
|
page.parentNode.insertBefore( notesElement, page.nextSibling );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
notesElement.style.left = ( notesSpacing - left ) + 'px';
|
notesElement.style.left = notesSpacing + 'px';
|
||||||
notesElement.style.bottom = ( notesSpacing - top ) + 'px';
|
notesElement.style.bottom = notesSpacing + 'px';
|
||||||
notesElement.style.width = ( pageWidth - notesSpacing*2 ) + 'px';
|
notesElement.style.width = ( pageWidth - notesSpacing*2 ) + 'px';
|
||||||
slide.appendChild( notesElement );
|
page.appendChild( notesElement );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user