Skip to content

Commit e51ac6b

Browse files
authored
Smooth scrolling by default (#489)
* Enable smooth scrolling by default * Compiled CSS * Version bump
1 parent b3692b4 commit e51ac6b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

dist/honeycomb.app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/honeycomb.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "honeycomb-web-toolkit",
3-
"version": "14.1.13",
3+
"version": "14.1.14",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/red-gate/honeycomb-web-toolkit"

src/base/css/raw/_honeycomb.base.raw.page.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
html, :root, .hc-root {
88
font-size: math.div($hc-font-size, 16px)*100%;
99
-webkit-font-smoothing: antialiased;
10+
scroll-behavior: smooth;
1011
}

0 commit comments

Comments
 (0)