1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

native smooth scrolling

This commit is contained in:
Matthias Kretschmann 2019-01-28 14:04:26 +01:00
parent e8c16668c2
commit 5fc4bec0f3
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -11,6 +11,7 @@
html { html {
font-size: $font-size-root; font-size: $font-size-root;
scroll-behavior: smooth;
} }
body { body {