Skip to content

Commit

Permalink
Make suggestions menu full height
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-adrian committed Aug 6, 2022
1 parent ef68917 commit 53fe31a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "directus-extension-tags-m2m-interface",
"version": "0.7.0",
"version": "0.8.0",
"author": {
"email": "[email protected]",
"name": "Adrian Dimitrov"
Expand Down
2 changes: 1 addition & 1 deletion src/interface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</v-notice>

<template v-else>
<v-menu v-if="selectAllowed" v-model="menuActive" attached>
<v-menu v-if="selectAllowed" v-model="menuActive" attached fullHeight>
<template #activator>
<v-input
v-model="localInput"
Expand Down

0 comments on commit 53fe31a

Please sign in to comment.