Compare commits

...

1 Commits

Author SHA1 Message Date
Morgane (morm)
172780683c [FIX] documentation: tabs responsiveness
Prior of this commit, the tabs were not responsive in the documentation
2022-12-02 14:26:48 +01:00

View File

@@ -1134,6 +1134,8 @@ header {
div[role="tablist"] {
border-color: $gray-light;
display: inline-flex;
overflow-x: auto;
overflow-y: clip;
width: 100%;
}