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 bramw/baserow!1053
This commit is contained in:
commit
c86779c8e1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue