Skip to content

Commit b0d66ca

Browse files
committed
fix z-index #filterList
1 parent ac7769b commit b0d66ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Content.astro

+2
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,14 @@ import Card from "./ui/Card.astro";
321321
gap: 1rem;
322322
justify-content: center;
323323
align-items: center;
324+
z-index: 5;
324325
}
325326
#filterList div {
326327
width: 100%;
327328
display: flex;
328329
justify-content: center;
329330

331+
330332
}
331333

332334
.filterButtonList {

0 commit comments

Comments
 (0)