Skip to content

Commit

Permalink
Fix height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosue4 committed Jan 25, 2024
1 parent 17d4a93 commit 316e6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Chat/Chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
flex-direction: column;
justify-content: space-between;
height: calc(100vh - 80px);
height: calc(100dvh - 80px);

.messages-container {
display: flex;
Expand Down
1 change: 1 addition & 0 deletions src/pages/Welcome/Welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
align-items: center;
justify-content: center;
height: 100vh;
height: 100dvh;
gap: 40px;
position: relative;
padding: 5%;
Expand Down

0 comments on commit 316e6bb

Please sign in to comment.