1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-14 17:18:33 +00:00

Merge branch 'add-select-item-height-back' into 'develop'

Add max-height attribute back to select__items

See merge request 
This commit is contained in:
Bram Wiepjes 2022-10-31 20:19:42 +00:00
commit c86779c8e1

View file

@ -32,6 +32,7 @@
list-style: none;
padding: 0;
margin: 0;
max-height: (4 * 36px) + 20px; // we show max 8 items
// note that the value is `scroll` and not `auto` because it depends on the
// v-auto-overflow-scroll directive.
overflow-y: scroll;