From 1ad73d6fb3a3e86d2334995027814d7e99583867 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 7 Dec 2023 15:33:10 +0800 Subject: [PATCH] fix an issue mentioned in #158. --- doc/docs/.vuepress/styles/index.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/docs/.vuepress/styles/index.styl b/doc/docs/.vuepress/styles/index.styl index 49f1fd0..31c4d51 100755 --- a/doc/docs/.vuepress/styles/index.styl +++ b/doc/docs/.vuepress/styles/index.styl @@ -8,3 +8,5 @@ width: 450px max-width 450px!important +.prism-editor__container + min-height: 100%