Add scrollbar-gutter: stable

This commit is contained in:
Micah R Ledbetter 2025-04-01 07:01:47 -05:00
parent 645c868cec
commit 5d8f09ff30

View File

@ -2,6 +2,7 @@ html {
font-size: $font-size-base;
scroll-behavior: smooth;
touch-action: manipulation;
scrollbar-gutter: stable;
}
body {