fix(theme): don't reset scroll position on changing tab in code groups

closes #2732, closes #2362
pull/2736/head
Divyansh Singh 1 year ago
parent 2a7422bbbf
commit 039798a8c1

@ -23,7 +23,7 @@
}
.vp-code-group .tabs input {
position: absolute;
position: fixed;
opacity: 0;
pointer-events: none;
}

Loading…
Cancel
Save