From c9a001d22b2549cc1e391138a68e3c5cab266cd9 Mon Sep 17 00:00:00 2001 From: "Morgane (morm)" Date: Tue, 29 Nov 2022 15:02:52 +0000 Subject: [PATCH] [FIX] documentation: tabs responsiveness Prior of this commit, the tabs were not responsive in the documentation closes odoo/documentation#3062 Signed-off-by: Antoine Vandevenne (anv) --- extensions/odoo_theme/static/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 53582e3db..4d4f29bb0 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -1134,6 +1134,8 @@ header { div[role="tablist"] { border-color: $gray-light; display: inline-flex; + overflow-x: auto; + overflow-y: clip; width: 100%; }