diff --git a/docs/_sass/_bootstrap_customization.scss b/docs/_sass/_bootstrap_customization.scss index 133333f69..fce91d454 100644 --- a/docs/_sass/_bootstrap_customization.scss +++ b/docs/_sass/_bootstrap_customization.scss @@ -20,4 +20,8 @@ h1[id]:before, h2[id]:before { margin-top: -75px; height: 75px; visibility: hidden; +} + +html { + scroll-behavior: smooth; } \ No newline at end of file