Skip to content
Snippets Groups Projects
Commit cc0b67c3 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#288 kortere forslagsliste for mobil (med scrollbar)

parent 92486ab2
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
:items="items"
:search-input.sync="search"
item-text="label"
:menu-props="{maxHeight: 500, transition: 'fade-transition'}"
:menu-props="{maxHeight: $mq === 'mobile' ? 250 : 500, transition: 'fade-transition'}"
prepend-inner-icon="search"
append-icon="undefined"
return-object
......@@ -102,6 +102,7 @@
.search-hit {
font-weight: bold;
margin-right: 5px;
color: var(--v-primary-base);
}
.autocomplete-container {
......
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