Skip to content

Commit

Permalink
fix: allow scroll on mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Sep 1, 2023
1 parent 7ba9190 commit ef3587d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ details > * {
html, body, body > main {
height: auto;
}

body {
overflow: auto;
}
}

#intro_wrapper { grid-area: intro; }
Expand Down

0 comments on commit ef3587d

Please sign in to comment.