.message-card { overflow-y: auto; height: calc(100% - 125px); padding: 0; } .message-grid { margin-right: 0; height: 100%; user-select: text; } .right-align { justify-content: flex-end; } .my-msg { padding: 6px; border-radius: 5px; margin-bottom: 4px; max-width: 70%; background: var(--ion-color-primary); color: #fff; } .other-msg { padding: 6px; border-radius: 5px; margin-bottom: 4px; max-width: 70%; background: var(--ion-color-secondary); color: #fff; }