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.
pull/1690/head
JulianaPoudou 2020-09-30 15:31:33 +02:00 committed by GitHub
parent bc4a85730f
commit d81776e159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;