Skip to content

Commit

Permalink
moved fixed position
Browse files Browse the repository at this point in the history
  • Loading branch information
helms-charity committed Apr 25, 2024
1 parent 187c9c4 commit 79b7917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

/* header and nav layout */
header {
position: fixed;
float: left;
clear: none;
border-bottom: 1px solid var(--neutral-sand);
Expand All @@ -11,7 +10,6 @@ header {
left: 0;
top: 0;
transition: all .5s ease;
z-index: 99999;
font-family: var(--sans-serif-font-medium);
}

Expand Down
7 changes: 1 addition & 6 deletions blocks/solution-header/solution-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
left: 0;
top: 0;
transition: all .5s ease;
z-index: 99999;
}

.solution-header {
Expand Down Expand Up @@ -164,7 +163,7 @@

/* Sticky - Solution Header */
body.microsites.header-visible main {
padding-top: 140px;

}

.solution-header-wrapper.is-sticky {
Expand Down Expand Up @@ -473,10 +472,6 @@ body.microsites.header-visible main {
}

/* Sticky - Solution Header */
body.microsites.header-visible main {
padding-top: var(--nav-height-desktop);
}

.solution-header-wrapper {
border-bottom: 1px solid var(--neutral-sand);
height: var(--nav-height-desktop);
Expand Down
3 changes: 2 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ body main {
header {
position: fixed;
height: var(--nav-height-mobile);
z-index: 99999;
}

@media (min-width: 1200px) {
Expand Down Expand Up @@ -1653,7 +1654,7 @@ body.quick-links main .section > div {
.section-pattern {
height: var(--gap-84);
background-color: var(--neutral-bone);
background-repeat: repeat-x;
background-repeat: repeat-x;
background-size: 400px auto;
background-position: calc(var(--spacer-element-04) * -1) 0;
}
Expand Down

0 comments on commit 79b7917

Please sign in to comment.