Skip to content

Commit

Permalink
HARMONY-1978: Prevent toast getting cut off by higher z-index items
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jan 24, 2025
1 parent 9029b31 commit c6c6b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/harmony/public/css/workflow-ui/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,8 @@

#create-label-link {
word-wrap: break-word;
}

.toast, .toast-container {
z-index: 1021;
}

0 comments on commit c6c6b49

Please sign in to comment.