Prevent content moving, when scrollbar is visible
1 files changed, 1 insertions(+), 0 deletions(-) M assets/simple.css
M assets/simple.css => assets/simple.css +1 -0
@@ 70,6 70,7 @@ html { /* Set the font globally */ font-family: var(--serif-font); scroll-behavior: smooth; + scrollbar-gutter: stable both-edges; } /* Make the body a nice central block */