From 2a0c1eb66fe11c221363fc6298a1c96f148b0261 Mon Sep 17 00:00:00 2001 From: Siam Hasan Date: Wed, 20 Sep 2023 02:32:32 +0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8Ffix:=20footer=20position?= =?UTF-8?q?=20for=20page=20with=20short=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/global.css b/styles/global.css index 23a5e8b3b..ffe39cb03 100644 --- a/styles/global.css +++ b/styles/global.css @@ -35,6 +35,10 @@ html { visibility: hidden; } +#mdxpage{ + min-height: 55vh; +} + #mdxpage iframe { height: 80vh; }