increase padding on bottom of reader body

This commit is contained in:
Tankred Hase 2014-03-14 15:55:41 +01:00
parent 0bbe3af107
commit 4ee8625c10
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
.body {
margin-top: 1.75em;
cursor: text;
padding-bottom: 200px;
padding-bottom: 250px;
line-height: 1.5em;
height: 100%;
overflow-y: scroll;