From 3ef2494cb001492255caf5b3a40b84bea175d311 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Wed, 12 Jun 2024 18:07:50 +0100 Subject: [PATCH] Fixed the background streching strangly --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index e446932..be0a1b5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -623,7 +623,8 @@ iframe#markdown { z-index: -2; top: 0; width: 100%; - min-height: 100%; + height: 100%; + object-fit: cover; } .credit {