Better mobile scroll
This commit is contained in:
@@ -60,7 +60,7 @@ function updateState(newState : string, newLane : number) {
|
||||
<style>
|
||||
#alias-content-wrapper {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
/* min-height: 100vh; */
|
||||
align-items: stretch;
|
||||
width: 100%;
|
||||
|
||||
@@ -83,7 +83,8 @@ function updateState(newState : string, newLane : number) {
|
||||
@media only screen and (max-width: 1200px) {
|
||||
#alias-content-wrapper {
|
||||
flex-direction: column;
|
||||
margin-bottom: 120px;
|
||||
padding-bottom: 120px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user