Skip to content

Commit addf760

Browse files
DOC-4638 changed CSS to make code tabs horizontally scrollable
1 parent dac5c3b commit addf760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ select {
382382

383383
.codetabs.cli > .panel .highlight > .chroma {
384384
margin: 1rem 1rem 0.1rem 0.1rem;
385-
overflow-x: hidden;
385+
overflow-x: auto;
386386
padding-bottom: 0;
387387
}
388388

0 commit comments

Comments
 (0)