Merge pull request #2033 from emanuelschuetze/fix1949

Allow pdf scrolling on projector (Fixes #1949).
This commit is contained in:
Norman Jäckel 2016-03-06 14:19:06 +01:00
commit e598b308f0
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>