Skip to content

Commit 6080e1a

Browse files
committed
fix: Emoji picker in Angular when sending attachments in threads
1 parent 3e35ef7 commit 6080e1a

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

src/styles/SmallMessageInput.scss

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@
111111
}
112112
}
113113

114+
.str-chat-angular__textarea {
115+
position: relative;
116+
117+
+ .str-chat__fileupload-wrapper {
118+
.rfu-file-upload-button {
119+
right: 15px;
120+
}
121+
}
122+
}
123+
114124
.str-chat__emojisearch {
115125
bottom: 100%;
116126
}
@@ -119,10 +129,6 @@
119129
font-size: var(--md-font);
120130
}
121131

122-
.str-chat-angular__textarea + .rfu-file-upload-button {
123-
right: 15px;
124-
}
125-
126132
.rfu-file-upload-button {
127133
position: absolute;
128134
cursor: pointer;

0 commit comments

Comments
 (0)