diff --git a/src/styles/components/_grid.scss b/src/styles/components/_grid.scss index 4d8d0763..5142d8ec 100644 --- a/src/styles/components/_grid.scss +++ b/src/styles/components/_grid.scss @@ -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 {