Fix styles in conversation view

This commit is contained in:
Pranav Raj Sreepuram
2019-11-12 10:09:24 +05:30
parent 6d8b6d4769
commit b985085786
2 changed files with 25 additions and 13 deletions

View File

@@ -53,12 +53,6 @@ export default {
flex-shrink: 0;
}
.conversation-wrap {
flex: 1;
overflow-y: auto;
padding: $space-large $space-small $zero $space-small;
}
.footer-wrap {
flex-shrink: 0;
}