Skip to content

Commit

Permalink
fix(app): z-index of dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kritish-dhaubanjar committed Jan 9, 2025
1 parent 56b1101 commit f64b349
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/views/items/HomeTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -423,3 +423,9 @@
modal.value = new bootstrap.Modal(modalRef.value, {});
});
</script>

<style lang="scss" scoped>
.dropdown-menu {
z-index: 2048 !important;
}
</style>

0 comments on commit f64b349

Please sign in to comment.