Skip to content
Snippets Groups Projects
Commit 0526ba16 authored by Julia Miocene's avatar Julia Miocene :speech_balloon:
Browse files

fix(GlDuoChat): Fix chat body background

Changelog: changed
parent 13477d3a
No related branches found
No related tags found
1 merge request!4764Fix chat background
......@@ -585,7 +585,11 @@ export default {
</gl-alert>
</header>
<div class="duo-chat-drawer-body" data-testid="chat-history" @scroll="handleScrollingTrottled">
<div
class="duo-chat-drawer-body gl-bg-white"
data-testid="chat-history"
@scroll="handleScrollingTrottled"
>
<transition-group
tag="section"
name="message"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment