add a new reset feature: scrollbar-gutter: stable both-edges;
This commit is contained in:
parent
072f858772
commit
12c6bd0cdb
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ html:focus-within {
|
|||
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 */
|
||||
body {
|
||||
min-height: 100vh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue