Merge pull request #469 from stof/patch-1

Remove unnecessary scrollbar for the sticky navigation
This commit is contained in:
Adekunle Oduye 2020-08-21 09:27:26 -04:00 committed by GitHub
commit 97c9205ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
position: sticky;
top: 0;
bottom: 0;
overflow-y: scroll;
overflow-y: auto;
@include sl-breakpoint--large {
height: 100vh;