Add smooth scrolling

This commit is contained in:
hunicus 2022-03-11 16:28:52 -05:00
parent 7487bbbd32
commit b407c97d67

View File

@ -50,6 +50,7 @@ $dropdown-link-active-bg: #11131f;
html, body {
height: 100%;
scroll-behavior: smooth;
}
body {