css: Always show scroll bar to prevent shifted content #19

Merged
jkimmel merged 1 commits from fbl/docs:scrollbar into master 2023-03-01 21:47:49 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
html {
scrollbar-gutter: stable;
}
.book-page {
box-shadow: 0px -1.5rem 1.5rem rgba(0, 0, 0, 0.15);
padding-left: 2rem;