mirror of https://github.com/OCA/web.git
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
parent
bc4a85730f
commit
d81776e159
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue