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:
Sivin Varghese 2021-07-02 15:28:32 +05:30 committed by GitHub
parent 8341a43143
commit abda86f9a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;