Tweak the scrollbar stuff and make the scrollable gutter stable

This commit is contained in:
Oliver-Akins 2024-03-21 00:21:17 -06:00
parent 68b53601d6
commit d64ed37953
2 changed files with 7 additions and 3 deletions

View file

@ -22,6 +22,7 @@
.scrollable {
container-type: size;
overflow: auto;
scrollbar-gutter: stable;
}
.nav-bar {