[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) <anv@odoo.com>
This commit is contained in:
parent
1ee45c661f
commit
c9a001d22b
@ -1134,6 +1134,8 @@ header {
|
|||||||
div[role="tablist"] {
|
div[role="tablist"] {
|
||||||
border-color: $gray-light;
|
border-color: $gray-light;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: clip;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user