Skip to content

Commit eb56164

Browse files
Fixed missing scroll bar
1 parent d1758aa commit eb56164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body {
1515
padding: 0;
1616
margin: 0;
1717
top: 0;
18-
position: fixed;
18+
position: relative;
1919
width: 100%;
2020
padding-top: 45px;
2121
}

0 commit comments

Comments
 (0)