From 31a353d9d22ef2905c20c40bd87908990b5b7d57 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Sun, 19 Jan 2020 10:23:36 +0000 Subject: [PATCH] [FIX] web_responsive: make followers dropdown usable Fix a visual glitch that impeded using the followers dropdown with a sided chatter. --- web_responsive/__manifest__.py | 2 +- web_responsive/static/src/css/web_responsive.scss | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web_responsive/__manifest__.py b/web_responsive/__manifest__.py index 6b2539755..eb28858b5 100644 --- a/web_responsive/__manifest__.py +++ b/web_responsive/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Web Responsive", "summary": "Responsive web client, community-supported", - "version": "13.0.1.0.1", + "version": "13.0.1.0.2", "category": "Website", "website": "https://github.com/OCA/web", "author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)", diff --git a/web_responsive/static/src/css/web_responsive.scss b/web_responsive/static/src/css/web_responsive.scss index 4432e8d35..4e8c91d71 100644 --- a/web_responsive/static/src/css/web_responsive.scss +++ b/web_responsive/static/src/css/web_responsive.scss @@ -345,6 +345,11 @@ html .o_web_client .o_action_manager .o_action { padding-top: 0; } + .o_chatter_topbar { + height: auto; + flex-wrap: wrap-reverse; + } + // Sticky statusbar .o_form_statusbar { position: sticky; @@ -464,9 +469,6 @@ html .o_web_client .o_action_manager .o_action { } .o_chatter_topbar { - height: auto; - flex-wrap: wrap-reverse; - > .o_topbar_right_area { flex: 1 0 auto; flex-wrap: wrap; @@ -516,7 +518,6 @@ html .o_web_client .o_action_manager .o_action { position: sticky; background-color: $o-view-background-color; z-index: 1; - overflow-x: auto; // Scrollable input text to avoid hide conversation & buttons .o_composer_text_field {