Skip to content

Commit a67d3b0

Browse files
chore: fix year select
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 30c04ba commit a67d3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sass/post.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ li>div.year-pad {
55
}
66

77
li>div.year {
8-
// a small border to make the year stand out
98
position: absolute;
10-
z-index: 0;
9+
z-index: -1;
10+
user-select: none;
1111
top: .4rem;
1212
left: -2rem;
1313

0 commit comments

Comments
 (0)