Skip to content

Commit

Permalink
fix(theme): prevent vertical scrollbar on code group tabs (#1793) (#1805
Browse files Browse the repository at this point in the history
)

Co-authored-by: Divyansh Singh <[email protected]>
  • Loading branch information
MarkusKeck and brc-dd authored Jan 17, 2023
1 parent 4e459f6 commit 4314b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/theme-default/styles/components/vp-code-group.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
margin-left: -24px;
padding: 0 12px;
background-color: var(--vp-code-tab-bg);
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
}

.vp-code-group .tabs::after {
Expand Down

0 comments on commit 4314b57

Please sign in to comment.