Application > Slideover > Chat - Spelling and question about scrolling... #813
-
Minor thing just spelling. Messages are end-to-end encrypted. No one expect you and receiver can read them. None of messages are saved to our servers. that is at the top of the chat window when clicking on other users except Annette Black. I believe the word that should be there is Also the last two blocks on the application/slideover page are named My other question is about making this a scrolling area for the chats. I implemented this with some modifications I needed but I iterate over some items and create several chat boxes. It scrolls the entire page instead of only the chat window. Can this be updated to have more chats than the height of the window and add a scroll bar ? Thank you. I love the prime blocks they have been very useful. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Welcome! Thanks a lot for your interest! |
Beta Was this translation helpful? Give feedback.
-
Hi there, You can try this solution for your question:
You can add Thank you, best regards! |
Beta Was this translation helpful? Give feedback.
Hi there,
First of all, thank you for your feedback and suggestions for changes. We will implement the changes you suggestion.
You can try this solution for your question:
You can add
overflow-auto
class to the div with slideover-9 id. It will work as you expect.Thank you, best regards!