Add smooth scrolling

This commit is contained in:
Dominik Korsa 2019-02-24 19:10:39 +01:00
parent 56d5b3eb49
commit dcef05ff6d

View file

@ -23,5 +23,6 @@ export default {
body {
margin: 0;
scroll-behavior: smooth;
}
</style>