From d13390befcd2119d6d63798b658b0745adecee16 Mon Sep 17 00:00:00 2001 From: Xiao YiFang Date: Mon, 30 May 2022 21:19:47 +0800 Subject: [PATCH] add html css 100% --- article-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/article-style.css b/article-style.css index 903981fd..071a1dc8 100644 --- a/article-style.css +++ b/article-style.css @@ -1,5 +1,8 @@ /******** Global, non-dictionary-specific classes ***********/ +html{ + height:100%; +} body {