mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Merge pull request #469 from stof/patch-1
Remove unnecessary scrollbar for the sticky navigation
This commit is contained in:
commit
97c9205ff5
@ -2,7 +2,7 @@
|
||||
position: sticky;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
@include sl-breakpoint--large {
|
||||
height: 100vh;
|
||||
|
Loading…
Reference in New Issue
Block a user