From f61a1559846e5b03cc8106c4d35397f63aa9aad0 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 7 Dec 2023 15:33:10 +0800 Subject: fix a web compiler issue mentioned in #158. --- doc/docs/.vuepress/styles/index.styl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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% -- cgit v1.2.3-55-g6feb