From 172780683c8287e0685548f08fec0cf5a3ae913e Mon Sep 17 00:00:00 2001 From: "Morgane (morm)" Date: Tue, 29 Nov 2022 16:02:52 +0100 Subject: [PATCH] [FIX] documentation: tabs responsiveness Prior of this commit, the tabs were not responsive in the documentation --- 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 53582e3db3..4d4f29bb01 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%; }