🚧 Progress on workbench
This commit is contained in:
parent
1a8fe110f8
commit
158c19ae1d
101 changed files with 1222 additions and 200 deletions
6
packages/css-theme/src/_scroll.scss
Normal file
6
packages/css-theme/src/_scroll.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Smooth scrolling by default
|
||||
html { scroll-behavior: smooth; }
|
||||
// But let people override it
|
||||
@media screen and (prefers-reduced-motion: reduce) {
|
||||
html { scroll-behavior: auto; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue