Skip to content

Commit

Permalink
fix(theme): don't reset scroll position on changing tab in code groups
Browse files Browse the repository at this point in the history
closes #2732, closes #2362
  • Loading branch information
brc-dd committed Aug 5, 2023
1 parent 2a7422b commit 039798a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.vp-code-group .tabs input {
position: absolute;
position: fixed;
opacity: 0;
pointer-events: none;
}
Expand Down

0 comments on commit 039798a

Please sign in to comment.