Skip to content

Commit

Permalink
Stabilize scrollbar gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Nov 14, 2023
1 parent 99b116f commit 09e9a35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vitepress/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* https://github.com/meduzen/blog/issues/16 */

:root {
scrollbar-gutter: stable;
}

/* Hide content visually */

.visually-hidden:not(:focus):not(:active) {
Expand Down

0 comments on commit 09e9a35

Please sign in to comment.