Skip to content

Commit 18f3d96

Browse files
authored
Merge pull request #76 from DavidGBrett/fix-glow-overflow-on-plugins-page
fix: extend .controls background to mask .plugin glow bleed
2 parents b993bc4 + 6988564 commit 18f3d96

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/pages/plugins/index.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ const hasFeaturedPlugins = featured.length > 0;
8787
background-color: var(--bg);
8888
padding: 12px 0;
8989
z-index: 1;
90+
91+
// horizontal box shadow matching background to cover .plugin glow without causing layout changes or page overflow.
92+
box-shadow: -24px 0 0 0 var(--bg), 24px 0 0 0 var(--bg);
9093
}
9194

9295
.controls input,

0 commit comments

Comments
 (0)