fix(theme): prevent vertical scrollbar on code group tabs (#1793) (#1805)

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/1811/head
MarkusKeck 2 years ago committed by GitHub
parent 4e459f65e2
commit 4314b57959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save