Allow pdf scrolling on projector (Fixes #1949).

This commit is contained in:
Emanuel Schuetze 2016-03-05 22:42:19 +01:00
parent 66de30f852
commit b78c9bc7bd
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<div ng-controller="ProjectorCtrl">
<style type="text/css">
.scrollcontent {
margin-top: {{scroll}}em;
margin-top: {{scroll}}em !important;
font-size: {{scale}}%;
}
</style>

View File

@ -1 +1 @@
<canvas id="pdf-canvas" class="rotate{{element.rotate}}"></canvas>
<canvas id="pdf-canvas" class="rotate{{element.rotate}} scrollcontent"></canvas>