Skip to content
Snippets Groups Projects
Commit 53dd68b1 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'keep_vlist_below_search_field' into 'master'

Allow overflow

See merge request spraksamlingane/beta.ordbok.uib.no!46
parents aa9413f2 d16184b2
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:items="items" :items="items"
:search-input.sync="search" :search-input.sync="search"
item-text="label" item-text="label"
:menu-props="{maxHeight: $vuetify.breakpoint.name === 'xs' ? 190 : 500, transition: 'fade-transition'}" :menu-props="{maxHeight: $vuetify.breakpoint.name === 'xs' ? 190 : 500, transition: 'fade-transition', allowOverflow: true}"
prepend-inner-icon="search" prepend-inner-icon="search"
:append-icon="null" :append-icon="null"
return-object return-object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment