diff --git a/source/assets/css/components/_navigation.scss b/source/assets/css/components/_navigation.scss index df36d7b..d16a3bb 100644 --- a/source/assets/css/components/_navigation.scss +++ b/source/assets/css/components/_navigation.scss @@ -2,7 +2,7 @@ position: sticky; top: 0; bottom: 0; - overflow-y: scroll; + overflow-y: auto; @include sl-breakpoint--large { height: 100vh;