Skip to content

Commit

Permalink
Smooth scrolling by default (#489)
Browse files Browse the repository at this point in the history
* Enable smooth scrolling by default

* Compiled CSS

* Version bump
  • Loading branch information
edwardcasbon authored Jun 16, 2023
1 parent b3692b4 commit e51ac6b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/honeycomb.app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/honeycomb.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "honeycomb-web-toolkit",
"version": "14.1.13",
"version": "14.1.14",
"repository": {
"type": "git",
"url": "https://github.com/red-gate/honeycomb-web-toolkit"
Expand Down
1 change: 1 addition & 0 deletions src/base/css/raw/_honeycomb.base.raw.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
html, :root, .hc-root {
font-size: math.div($hc-font-size, 16px)*100%;
-webkit-font-smoothing: antialiased;
scroll-behavior: smooth;
}

0 comments on commit e51ac6b

Please sign in to comment.