From d81776e1596384b44ce98716555ee432e7bd88a0 Mon Sep 17 00:00:00 2001 From: JulianaPoudou <35699320+JulianaPoudou@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:31:33 +0200 Subject: [PATCH] Update web_responsive.scss On the edit page of a channel, if the user is configured with the chat on the side, when clicking to add a subscriber, the list is truncated. Change the overflow of the div o_chatter displays the list correctly. --- web_responsive/static/src/css/web_responsive.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_responsive/static/src/css/web_responsive.scss b/web_responsive/static/src/css/web_responsive.scss index dd68f4d15..a2132e448 100644 --- a/web_responsive/static/src/css/web_responsive.scss +++ b/web_responsive/static/src/css/web_responsive.scss @@ -537,7 +537,7 @@ html .o_web_client .o_main .o_main_content { flex: 0 0 $chatter_zone_width; max-width: initial; min-width: initial; - overflow: auto; + overflow: initial; .o_chatter_header_container { padding-top: $grid-gutter-width * 0.5;