From e2f8bd8116b430b443037dcf160fc8268be39336 Mon Sep 17 00:00:00 2001 From: lxsang Date: Sun, 7 Feb 2021 11:52:46 +0100 Subject: [PATCH] enable mobile compatibility --- doc/assets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/assets/style.css b/doc/assets/style.css index e4ba6d1..7cc2526 100644 --- a/doc/assets/style.css +++ b/doc/assets/style.css @@ -32,7 +32,8 @@ body { } #cover { - height: calc(100% - 50px); + /* height: calc(100% - 50px); */ + height: 100%; overflow-x: hidden; overflow-y: auto; }