Don't hide bits of the header when stuck

This causes horrible scroll jumping on mobile
This commit is contained in:
Jake Howard 2022-10-30 13:04:38 +00:00
parent 1eb14f3fb5
commit 93c06b3fe7
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 0 additions and 5 deletions

View File

@ -32,11 +32,6 @@ section.hero {
box-shadow: $shadow;
position: sticky;
top: 0;
.breadcrumb,
.subtitle {
display: none;
}
}
.hero-body {