mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
limit select menu height to 200px
This commit is contained in:
parent
cd78dd9c95
commit
9816c8121a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue