Skip to content

Commit

Permalink
fix(grid styles): header position and background
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Oct 11, 2023
1 parent dee63f5 commit 4931af5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/styles/components/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@
align-content: space-between;
align-items: center;
color: var(--spice-text);
background-color: var(--spice-main);
display: flex;
justify-content: space-between;
margin: 16px 0;
height: 64px;

// To position the settings button + colour schemes
position: sticky;
flex-direction: row-reverse;
top: 80px;
top: 64px;
z-index: 1;
}
.contentSpacing:has(#marketplace-readme) .marketplace-header {
top: 0;
}

.marketplace-header__right,
.marketplace-header__left {
Expand Down

0 comments on commit 4931af5

Please sign in to comment.