Skip to content

Commit

Permalink
fix: adjust MessageInput Autocomplete position above textarea with mu…
Browse files Browse the repository at this point in the history
…ltiple rows (#297)
  • Loading branch information
MartinCupela authored Jun 20, 2024
1 parent f3f2de4 commit b3dd8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/styles/Autocomplete/Autocomplete-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// React SDK's version of Angular SDK's .dropup (mention-list)
.str-chat__suggestion-list-container {
position: absolute;
bottom: var(--str-chat__spacing-7);
bottom: calc(100% + var(--str-chat__spacing-2_5));
width: 100%;
padding: var(--str-chat__spacing-2) 0;

Expand Down

0 comments on commit b3dd8de

Please sign in to comment.