Skip to content

Commit 52cc465

Browse files
committed
fix: give .controls z-index: 1 to prevent .plugin from overlapping during hover transform
1 parent d7f8465 commit 52cc465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/plugins/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const hasFeaturedPlugins = featured.length > 0;
6767
top: 68px;
6868
background-color: var(--bg);
6969
padding: 12px 0;
70+
z-index: 1;
7071
}
7172

7273
.controls input,

0 commit comments

Comments
 (0)