Skip to content

Commit 5e40326

Browse files
committed
fix: extend .controls background using box shadow to mask .plugin glow bleed
1 parent 81bc89e commit 5e40326

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pages/plugins/index.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ const hasFeaturedPlugins = featured.length > 0;
6868
background-color: var(--bg);
6969
padding: 12px 0;
7070
z-index: 1;
71+
72+
// box shadow matching background to cover .plugin glow without causing layout changes or page overflow.
73+
box-shadow: 0 0 0 24px var(--bg);
7174
}
7275

7376
.controls input,

0 commit comments

Comments
 (0)