Skip to content

Commit

Permalink
Merge pull request #2157 from daostack/CW-2155-action-menu-hidden
Browse files Browse the repository at this point in the history
CW-2155 Return padding bottom to ChatComponent .messages
  • Loading branch information
andreymikhadyuk authored Oct 9, 2023
2 parents fd14d20 + 274e5bf commit fedb151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
display: flex;
flex-direction: column-reverse;
padding: 0.5rem 2rem 0;
padding-bottom: var(--chat-input-wrapper-height);
padding-bottom: calc(var(--chat-input-wrapper-height) + 7rem);
}

.emptyChat {
Expand Down

0 comments on commit fedb151

Please sign in to comment.