Skip to content

Commit 9364609

Browse files
committed
Fix z-index bug on categories-title
1 parent b4df1e3 commit 9364609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ main {
144144
.categories-title {
145145
background: #f9fff6;
146146
color: var(--fore-color);
147-
z-index: 1;
147+
z-index: 5;
148148
position: sticky;
149149
top: 0;
150150
}

0 commit comments

Comments
 (0)