This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new 3508079  fix toc prevents the content from scrolling
3508079 is described below

commit 350807973f8c176af660c43f67f4ce5b3c9040b6
Author: plainheart <[email protected]>
AuthorDate: Sat Dec 17 23:56:13 2022 +0800

    fix toc prevents the content from scrolling
---
 layouts/default.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/default.vue b/layouts/default.vue
index 28f95bd..f7eff27 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -216,7 +216,7 @@ body {
   left: 77%;
   width: 21%;
   top: 65px;
-  bottom: 20px;
+  max-height: calc(100% - 85px);
   display: flex;
   flex-direction: column;
   background-color: transparent;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to