Skip to content

Commit

Permalink
Merge pull request #2458 from nextcloud/fix/noid/tag-filter
Browse files Browse the repository at this point in the history
fix: attach tag select to body
  • Loading branch information
raimund-schluessler authored Jan 19, 2024
2 parents 691b091 + 6174870 commit bb36eae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/FilterDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
:label="t('tasks', 'Filter by tags')"
track-by="id"
:multiple="true"
append-to-body
:append-to-body="true"
:options="tags"
:value="filter.tags"
@input="setTags">
Expand Down Expand Up @@ -113,3 +113,10 @@ export default {
height: 44px;
}
</style>

<style lang="scss">
.vs__dropdown-menu,
.vs__dropdown-menu--floating {
z-index:100000 !important
}
</style>

0 comments on commit bb36eae

Please sign in to comment.