diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-17 23:00:08 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-17 23:00:12 +0200 |
| commit | 03969d3b83a07abe0b6707e21230bd6c3a184942 (patch) | |
| tree | ea8e9d797a454acfc794ab436c6f07a7e828c004 /server/book-export/src/book_html.css | |
| parent | 8eb1c82af34587abacd03b9e6c6695e084f900d7 (diff) | |
| download | hurrycurry-03969d3b83a07abe0b6707e21230bd6c3a184942.tar hurrycurry-03969d3b83a07abe0b6707e21230bd6c3a184942.tar.bz2 hurrycurry-03969d3b83a07abe0b6707e21230bd6c3a184942.tar.zst | |
Fix problems caused by negative viewBox in diagram svg
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 |