Skip to content

Commit bb7e202

Browse files
fix
1 parent e38d682 commit bb7e202

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

blue.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ body {
2929
width: 100%;
3030
position: fixed;
3131
z-index: 69420;
32+
top: 0px;
3233
background-color: #1c1c1c;
3334
}
3435

dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ body {
2929
width: 100%;
3030
position: fixed;
3131
z-index: 69420;
32+
top: 0px;
3233
background-color: #1c1c1c;
3334
}
3435

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ body {
2828
width: 100%;
2929
position: fixed;
3030
z-index: 69420;
31+
top: 0px;
3132
background-color: #1c1c1c;
3233
}
3334

0 commit comments

Comments
 (0)