Skip to content

Commit 8ad7d51

Browse files
committed
fix: extend .controls background using box shadow to mask .plugin glow bleed
1 parent d7f8465 commit 8ad7d51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/plugins/index.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ const hasFeaturedPlugins = featured.length > 0;
6767
top: 68px;
6868
background-color: var(--bg);
6969
padding: 12px 0;
70+
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);
7074
}
7175

7276
.controls input,

0 commit comments

Comments
 (0)