Skip to content

Commit

Permalink
fix: scrollbar in tab and code tabs #73
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed May 2, 2024
1 parent e1955e8 commit b2d244c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/src/client/styles/md-enhance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
.vp-code-tabs-nav {
padding: 0 12px;
margin: 0.85rem 0 0;
overflow-y: hidden;
background-color: var(--vp-code-tab-bg);
box-shadow: inset 0 -1px var(--vp-code-tab-divider);
transition: background-color var(--t-color), box-shadow var(--t-color);
Expand Down

0 comments on commit b2d244c

Please sign in to comment.