Skip to content

Commit

Permalink
(#8) Styling: Apply -webkit-fill-available
Browse files Browse the repository at this point in the history
  • Loading branch information
betarixm committed Mar 30, 2022
1 parent f42284f commit 533a208
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/Container.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
justify-content: center;
align-items: center;
height: 100vh;
height: -webkit-fill-available;
}
}

Expand Down
1 change: 1 addition & 0 deletions components/Popup.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
left: 0;
width: 100vw;
height: 100vh;
height: -webkit-fill-available;
position: fixed;
z-index: 2;
}
Expand Down
1 change: 1 addition & 0 deletions styles/Home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
justify-content: center;
align-items: center;
height: 100vh;
height: -webkit-fill-available;
}
}

Expand Down

0 comments on commit 533a208

Please sign in to comment.