diff options
Diffstat (limited to 'server/book-export/src/book_html.css')
| -rw-r--r-- | server/book-export/src/book_html.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/book-export/src/book_html.css b/server/book-export/src/book_html.css index 9171aa5e..252604b6 100644 --- a/server/book-export/src/book_html.css +++ b/server/book-export/src/book_html.css @@ -39,3 +39,8 @@ body { height: auto; overflow-y: auto; } + +svg { + width: 100%; + height: 100%; +}
\ No newline at end of file |