mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:54:53 +02:00
PDF Output: Fix footer sometimes appearing as header when no header is specified
This commit is contained in:
parent
77a0a77723
commit
990dce338d
1 changed files with 1 additions and 1 deletions
|
|
@ -980,7 +980,7 @@ def create_container(page_num, margins):
|
|||
'page-break-after': 'always',
|
||||
'display': 'flex',
|
||||
'flex-direction': 'column',
|
||||
'height': '100%',
|
||||
'height': '100vh',
|
||||
'justify-content': justify,
|
||||
'margin-left': '{}pt'.format(margins.left),
|
||||
'margin-right': '{}pt'.format(margins.right),
|
||||
|
|
|
|||
Loading…
Reference in a new issue