fix(acp): max-height for plugin menu list

This commit is contained in:
psychobunny
2020-11-05 11:44:08 -05:00
parent 7b8a5567c7
commit eec630f1ef
2 changed files with 6 additions and 1 deletions

View File

@@ -112,4 +112,9 @@
}
}
}
.plugins-menu {
max-height: 50vh;
overflow-y: auto;
}
}

View File

@@ -249,7 +249,7 @@
<!-- IF plugins.length -->
<li class="dropdown menu-item">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">[[admin/menu:section-plugins]]</a>
<ul class="dropdown-menu" role="menu">
<ul class="dropdown-menu plugins-menu" role="menu">
<li class="dropdown-header">[[admin/menu:section-plugins]]</li>
<!-- BEGIN plugins -->
<li>