From 255ab57a52fb3a6822237ee84c9de84c3cbff005 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Wed, 29 Mar 2023 09:52:25 +0800 Subject: [PATCH] * Adjust code . --- module/api/view/apilist.html.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/api/view/apilist.html.php b/module/api/view/apilist.html.php index cc3bce6667..9b8e398e93 100644 --- a/module/api/view/apilist.html.php +++ b/module/api/view/apilist.html.php @@ -8,6 +8,10 @@ color: #0f6ab4; } +.detail .list-group { + height: calc(100vh - 215px); + overflow-y: auto; +} .detail .list-group-item .heading.OPTIONS { background-color: #e7f0f7; }