From c0be59e7e3bdcd4f662e1fda605443990b01c0ae Mon Sep 17 00:00:00 2001 From: guofeilong Date: Tue, 11 Apr 2023 15:10:31 +0800 Subject: [PATCH] * Code for bug print view while bread more than two . --- module/doc/css/common.css | 1 + module/doc/view/view.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/doc/css/common.css b/module/doc/css/common.css index c8f86deaed..276e1429d8 100644 --- a/module/doc/css/common.css +++ b/module/doc/css/common.css @@ -106,3 +106,4 @@ ol, ul {margin-bottom: 0} #aclBox .acl-tip {color: #838a9d;} .ajaxCollect > img.star-empty {margin-right: 0px;} +#outlineMenu {position: absolute; height: calc(100vh - 200px)!important; overflow-y: auto;} diff --git a/module/doc/view/view.html.php b/module/doc/view/view.html.php index 01dba3fbf5..162deb0470 100644 --- a/module/doc/view/view.html.php +++ b/module/doc/view/view.html.php @@ -27,7 +27,7 @@ " . $lang->goback, "id='backBtn'", 'btn btn-link')?>
- >
', $crumbs);?> + >
', $crumbs);?>