mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user