Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Jan 13, 2024
1 parent c276dc1 commit cb9ee42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/ChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -627,10 +627,10 @@ export default {
z-index: 4;
}
.message-pane {
position: relative
position: relative // needed for the correct displaying .pinned-promoted
}
.message-pane-mobile {
align-items: unset; // needed for the correct displaying pinned message
align-items: unset;
}
.new-fab {
Expand Down

0 comments on commit cb9ee42

Please sign in to comment.