Skip to content

Commit f2150cf

Browse files
authored
Merge pull request #884 from rt1301/Fix_#879
Fixed the issue of skip-to-content button overlapping the header links
2 parents b7f0000 + d547f4a commit f2150cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ textarea {
294294
#skip-to-content {
295295
position: absolute;
296296
left: 0px;
297-
top: 0px;
297+
top: 40px;
298298
z-index: 5;
299299
background-color: #ed225d;
300300
color: white;

0 commit comments

Comments
 (0)