Skip to content

Commit 81bc89e

Browse files
authored
Merge pull request #75 from DavidGBrett/fix-plugin-control-z-index
fix: prevent .plugin hover transform from overlapping .controls
2 parents 8b29de9 + 52cc465 commit 81bc89e

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)