Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-05-21 10:43:45 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2021-05-21 10:43:45 +0300
commita9624e96a7461548e12613c4c4bd4ddc8f678e86 (patch)
tree6338c7616aef08f29d31324e1bb299f82d8439d6 /src/components/ChatView.vue
parentbc9ea3b46369e9aae6f4fd9e9457bdd041085885 (diff)
Fix chatview
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/components/ChatView.vue')
-rw-r--r--src/components/ChatView.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ChatView.vue b/src/components/ChatView.vue
index 9cfed2065..d6de09c6c 100644
--- a/src/components/ChatView.vue
+++ b/src/components/ChatView.vue
@@ -153,6 +153,7 @@ export default {
<style lang="scss" scoped>
.chatView {
width: 100%;
+ height: 100%;
display: flex;
flex-direction: column;
flex-grow: 1;