Skip to content

Commit

Permalink
fix: Angular SDK edit message modal
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jul 11, 2022
1 parent 9581737 commit 0acf310
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/v1/MessageActions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,12 @@
}
}
}

// Used by Angular SDK to display edit message modal
.str-chat__message-edit-in-progress {
.ngxp__container {
transform: initial !important;
will-change: initial !important;
z-index: 2;
}
}

0 comments on commit 0acf310

Please sign in to comment.