mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
💄 Style: change scroll-behavior to smooth
This commit is contained in:
+3
-2
@@ -2,10 +2,11 @@
|
||||
|
||||
## v0.2.12
|
||||
|
||||
- :bug: Fix: add scroll-margin to headerlink
|
||||
- :arrow_up: Chore: update all third-party libraries
|
||||
- :wrench: Chore(i18n): change some translations
|
||||
- :fire: Feat: remove lib smooth-scroll [#1](https://github.com/Lruihao/FixIt/issues/1)
|
||||
- :bug: Fix: add scroll-margin to headerlink
|
||||
- :fire: Feat: remove lib smooth-scroll ([#1](https://github.com/Lruihao/FixIt/issues/1))
|
||||
- :lipstick: Style: change scroll-behavior to smooth
|
||||
|
||||
## v0.2.11
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ html {
|
||||
font-size: $global-font-size;
|
||||
line-height: $global-line-height;
|
||||
width:100%;
|
||||
scroll-behavior: auto;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@media screen and (prefers-reduced-motion: reduce) {
|
||||
|
||||
Reference in New Issue
Block a user