fix: cannot scroll but by removing overflow:hidden
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
h1 {
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-top: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user