Add scrollbar-gutter: stable (#703)

This commit is contained in:
Micah R Ledbetter 2025-04-07 08:42:04 -05:00 committed by GitHub
parent 8aa692f195
commit 115a94122e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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