mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	[Bug] Fix conversation scroll in dashboard
This commit is contained in:
		@@ -6,7 +6,6 @@ body {
 | 
				
			|||||||
  margin: 0;
 | 
					  margin: 0;
 | 
				
			||||||
    -webkit-font-smoothing: antialiased;
 | 
					    -webkit-font-smoothing: antialiased;
 | 
				
			||||||
  -moz-osx-font-smoothing: grayscale;
 | 
					  -moz-osx-font-smoothing: grayscale;
 | 
				
			||||||
  overflow: hidden;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.app-wrapper {
 | 
					.app-wrapper {
 | 
				
			||||||
@@ -21,6 +20,8 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.app-content {
 | 
					.app-content {
 | 
				
			||||||
  @include flex;
 | 
					  @include flex;
 | 
				
			||||||
 | 
					  @include full-height;
 | 
				
			||||||
 | 
					  overflow: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.view-box {
 | 
					.view-box {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,6 @@
 | 
				
			|||||||
  @include full-height;
 | 
					  @include full-height;
 | 
				
			||||||
  @include margin(0);
 | 
					  @include margin(0);
 | 
				
			||||||
  @include space-between-column;
 | 
					  @include space-between-column;
 | 
				
			||||||
  overflow-x: hidden;
 | 
					 | 
				
			||||||
  width: $nav-bar-width;
 | 
					  width: $nav-bar-width;
 | 
				
			||||||
  z-index: 1024 - 1;
 | 
					  z-index: 1024 - 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,7 +32,7 @@
 | 
				
			|||||||
      />
 | 
					      />
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <!-- No Conversation Selected -->
 | 
					    <!-- No Conversation Selected -->
 | 
				
			||||||
    <div class="columns full-height conv-empty-state">
 | 
					    <div v-else class="columns full-height conv-empty-state">
 | 
				
			||||||
      <!-- Loading status -->
 | 
					      <!-- Loading status -->
 | 
				
			||||||
      <woot-loading-state
 | 
					      <woot-loading-state
 | 
				
			||||||
        v-if="fetchingInboxes || loadingChatList"
 | 
					        v-if="fetchingInboxes || loadingChatList"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user