From d22d8544630819fb0bd4b8c25e46dcf164ec51db Mon Sep 17 00:00:00 2001 From: arian Date: Sun, 11 Feb 2024 00:07:10 +0100 Subject: [PATCH] fixed pdfviewer --- layouts/shortcodes/style_regular.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/shortcodes/style_regular.html b/layouts/shortcodes/style_regular.html index 4ec47cb..156266f 100644 --- a/layouts/shortcodes/style_regular.html +++ b/layouts/shortcodes/style_regular.html @@ -49,4 +49,8 @@ h4 { list-style-type: none; padding-left: 1em; } +.pdfviewer { + min-height: 1000px; + height: fit-content !important; +} \ No newline at end of file