Tweak: better support long list of views in documents list (#13769)

This commit is contained in:
shamoon
2026-08-23 16:40:55 -07:00
committed by GitHub
parent 294328f174
commit d24606a03b
2 changed files with 14 additions and 10 deletions
@@ -93,4 +93,8 @@ a {
pngx-page-header .dropdown-menu {
--bs-dropdown-min-width: 12em;
.views-list {
max-height: min(400px, calc(100vh - 260px)); // leave room for the header above and the actions below
}
}