Skip to content

Commit e1f6f78

Browse files
fix(css): long footerText can overlap Markdown content (#327)
set position to a value other than absolute or fixed: https://developer.mozilla.org/en-US/docs/Web/CSS/position
1 parent b6dd3d4 commit e1f6f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ a:hover .feather-sun {
249249
margin-left: 30%;
250250
overflow: hidden;
251251
padding: 40px 0;
252-
position: absolute;
252+
position: relative;
253253
text-align: center;
254254
width: 40%;
255255
}

0 commit comments

Comments
 (0)