Skip to content

Commit 46ed689

Browse files
committed
fixed top value on #filterList
1 parent e4be132 commit 46ed689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Content.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import Placeholder from "./Placeholder.astro";
4646
}
4747

4848
#filterList {
49-
top: 2rem;
49+
top: 0;
5050
position: sticky;
5151
margin:auto;
5252
max-width: 1200px;

0 commit comments

Comments
 (0)