limit select menu height to 200px

This commit is contained in:
llama 2025-10-18 10:09:28 +08:00
parent cd78dd9c95
commit 9816c8121a
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -84,7 +84,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
padding: var(--popover-padding-block, 6px) var(--popover-padding-inline, 6px);
&.scrollable {
max-height: 400px;
max-height: 200px;
overflow: hidden auto;
}