add a new reset feature: scrollbar-gutter: stable both-edges;

This commit is contained in:
madrilene 2024-02-07 11:53:55 +01:00
parent 072f858772
commit 12c6bd0cdb

View file

@ -41,6 +41,11 @@ html:focus-within {
scroll-behavior: smooth; scroll-behavior: smooth;
} }
/* Make gutter area stable and present on both edges of the scrollbar */
html {
scrollbar-gutter: stable both-edges;
}
/* Set core body defaults */ /* Set core body defaults */
body { body {
min-height: 100vh; min-height: 100vh;