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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user