add an empty space (placeholder for now) below the entry list to be able to scroll past the last entry

This commit is contained in:
Athou
2013-05-06 15:25:16 +02:00
parent de97062ea7
commit a1e285e7a3

View File

@@ -60,11 +60,12 @@
</div>
<div class="no-entries" ng-show="name && entries.length == 0 && !busy">"{{name}}" has no unread items.</div>
<div modal="shortcutsModal" close="shortcutsModal=false" options="shortcutsOpts">
<div class="modal-header">
<button type="button" class="close" ng-click="shortcutsModal=false">&times;</button>
<h4>Keyboard shortcuts</h4>
<div class="modal-header">
<button type="button" class="close" ng-click="shortcutsModal=false">&times;</button>
<h4>Keyboard shortcuts</h4>
</div>
<div ng-include="'templates/_shortcuts.html'"></div>
</div>
<div ng-include="'templates/_shortcuts.html'"></div>
</div>
</div>
<div style="height: 1000px"></div>
</div>