Don't hide bits of the header when stuck
This causes horrible scroll jumping on mobile
This commit is contained in:
parent
1eb14f3fb5
commit
93c06b3fe7
1 changed files with 0 additions and 5 deletions
|
@ -32,11 +32,6 @@ section.hero {
|
|||
box-shadow: $shadow;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
.breadcrumb,
|
||||
.subtitle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.hero-body {
|
||||
|
|
Loading…
Reference in a new issue