Skip to content

Commit

Permalink
Fix mobile scrolling behavior
Browse files Browse the repository at this point in the history
ref #2371
  • Loading branch information
louischan-oursky committed Aug 25, 2022
2 parents cd93ad0 + 8457e72 commit acc47b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/src/ReactApp.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
width: 100vw;
height: 100vh;

@apply mobile:min-h-screen;
@apply mobile:h-auto mobile:w-auto mobile:min-h-screen;
}

0 comments on commit acc47b9

Please sign in to comment.