bug: fixes typing indicator out of position in widget (#2551)
Fixes typing indicator out of position in the widget when the agent did not send the last message.
This commit is contained in:
parent
8341a43143
commit
abda86f9a7
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ export default {
|
|||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style lang="scss" scoped>
|
||||
@import '~widget/assets/scss/variables.scss';
|
||||
.agent-message-wrap {
|
||||
position: sticky;
|
||||
bottom: $space-smaller;
|
||||
}
|
||||
|
||||
.typing-bubble {
|
||||
max-width: $space-normal * 2.4;
|
||||
|
|
Loading…
Reference in a new issue