Skip to content

Commit

Permalink
fix: attach tag select to body
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler committed Jan 19, 2024
1 parent 691b091 commit 6174870
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 6174870

Please sign in to comment.