From fc2ce606111c85077d87c0267c86e3435d4d1a99 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:05:54 +0800 Subject: [PATCH] set iframe viewer to fit content --- styles/layouts/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/layouts/all.css b/styles/layouts/all.css index 349094a..d28ad68 100644 --- a/styles/layouts/all.css +++ b/styles/layouts/all.css @@ -81,7 +81,7 @@ nav ul:not(.dropdown-content) > li > a { iframe.viewer { width: 100%; - height: 100%; + height: fit-content; border: 0; outline: 0; } \ No newline at end of file