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; }