[Bug] Fix conversation scroll in dashboard
This commit is contained in:
parent
bfa4121f41
commit
f3fc542a5f
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
@include full-height;
|
||||
@include margin(0);
|
||||
@include space-between-column;
|
||||
overflow-x: hidden;
|
||||
width: $nav-bar-width;
|
||||
z-index: 1024 - 1;
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
/>
|
||||
</div>
|
||||
<!-- No Conversation Selected -->
|
||||
<div class="columns full-height conv-empty-state">
|
||||
<div v-else class="columns full-height conv-empty-state">
|
||||
<!-- Loading status -->
|
||||
<woot-loading-state
|
||||
v-if="fetchingInboxes || loadingChatList"
|
||||
|
|
Loading…
Reference in a new issue