mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
Added scroll behavior css
Added scroll behavior CSS for smooth transitions when user clicks the header nav links.
This commit is contained in:
parent
223cd836d8
commit
ccf03642c0
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
|
scroll-behavior: smooth;
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue