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.
This commit is contained in:
JulianaPoudou
2020-09-30 15:31:33 +02:00
committed by GitHub
parent bc4a85730f
commit d81776e159

View File

@@ -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;