[Bug] Fix conversation scroll in dashboard

This commit is contained in:
Pranav Raj Sreepuram
2019-10-30 12:08:10 +05:30
parent bfa4121f41
commit f3fc542a5f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
}
.app-wrapper {
@@ -21,6 +20,8 @@ body {
.app-content {
@include flex;
@include full-height;
overflow: hidden;
}
.view-box {